Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FFrame
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StepCompiledIn
(
void* Result |
Replacement for Step that checks the for byte code, and if none exists, then PropertyChainForCompiledIn is used. | UObject/Stack.h | |
void StepCompiledIn
(
void* Result, |
UObject/Stack.h |
StepCompiledIn(void *)
Description
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.
| Name | StepCompiledIn |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h |
| Include Path | #include "UObject/Stack.h" |
template<class TProperty >
void StepCompiledIn
(
void * Result
)
StepCompiledIn(void , const FFieldClass )
| Name | StepCompiledIn |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h |
| Include Path | #include "UObject/Stack.h" |
void StepCompiledIn
(
void * Result,
const FFieldClass * ExpectedPropertyType
)