![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
| #define INSTRUMENTATION_FUNCTION_ATTRIBUTES __declspec(safebuffers) __attribute__((disable_sanitizer_instrumentation)) |
| #define INSTRUMENTATION_FUNCTION_HOTPATCHABLE __attribute__((patchable_function_entry(INSTRUMENTATION_HOTPATCH_TOTAL_NOPS, INSTRUMENTATION_HOTPATCH_PREFIX_NOPS))) |
| #define INSTRUMENTATION_HOTPATCH_PREFIX_NOPS 12 |
| #define INSTRUMENTATION_HOTPATCH_TOTAL_NOPS 14 |