Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
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.
| Name | execPopExecutionFlowIfNot |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp |
void execPopExecutionFlowIfNot
(
FFrame & Stack,
void * Result
)