Navigation
API > API/Runtime > API/Runtime/AutoRTFM
Description
If running with AutoRTFM enabled, then perform an ABI check between the AutoRTFM compiler and the AutoRTFM runtime, to ensure that memory is being laid out in an identical manner between the AutoRTFM runtime and the AutoRTFM compiler pass. Should not be called manually by the user, a call to this will be injected by the compiler into a global constructor in the AutoRTFM compiled code.
| Name | autortfm_check_abi |
| Type | function |
| Header File | /Engine/Source/Runtime/AutoRTFM/Public/AutoRTFM.h |
| Include Path | #include "AutoRTFM.h" |
static void autortfm_check_abi
(
void * ptr,
size_t size
)