diff --git a/Getting-functions-address.md b/Getting-functions-address.md new file mode 100644 index 0000000..0079f39 --- /dev/null +++ b/Getting-functions-address.md @@ -0,0 +1,5 @@ +``` +if (function->GetFullName().contains("UserWidget.NativeConstruct")) { + logger->info("Found NativeConstruct address: {:X}", (uintptr_t)function->Func); +} +```