Navigation
API > API/Runtime > API/Runtime/AutoRTFM
Description
Debug utility: place a call to this function in a function body to have the AutoRTFM compiler dump that function's IR at each pipeline stage (pre/post EarlyPass, pre/post InstrumentationPass). The call is stripped after the final dump. Has no effect when AutoRTFM is disabled.
| Name | autortfm_debug_dump_ir |
| Type | function |
| Header File | /Engine/Source/Runtime/AutoRTFM/Public/AutoRTFM/CAPI.h |
| Include Path | #include "AutoRTFM/CAPI.h" |
static void autortfm_debug_dump_ir()