Ajouter Getting functions address
5
Getting-functions-address.md
Normal file
5
Getting-functions-address.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
```
|
||||||
|
if (function->GetFullName().contains("UserWidget.NativeConstruct")) {
|
||||||
|
logger->info("Found NativeConstruct address: {:X}", (uintptr_t)function->Func);
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user