Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp |
void execPopExecutionFlowIfNot
(
FFrame & Stack,
void * Result
)
Remarks
Pops a code offset from the execution flow stack and starts execution there, if a condition is not true. If there are no stack entries left, it is treated as an execution error.