Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Push a code offset onto the execution flow stack for future execution. Current execution continues to the next instruction after the push one.
| Name | execPushExecutionFlow |
| 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 execPushExecutionFlow
(
FFrame & Stack,
void * Result
)