Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FFrame > API/Runtime/CoreUObject/UObject/FFrame/StepCompiledIn
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h |
| Include | #include "UObject/Stack.h" |
template<class TProperty >
FORCEINLINE_DEBUGGABLE void StepCompiledIn
(
void * Result
)
Remarks
Replacement for Step that checks the for byte code, and if none exists, then PropertyChainForCompiledIn is used. Also, makes an effort to verify that the params are in the correct order and the types are compatible.
Replacement for Step that checks the for byte code, and if none exists, then PropertyChainForCompiledIn is used. Also makes an effort to verify that the params are in the correct order and the types are compatible.