Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FFrame
Description
Reads a value from the bytestream, which represents the number of bytes to advance the code pointer for certain expressions.
Reads a value from the bytestream, which represents the number of bytes to advance the code pointer for certain expressions.
| Name | ReadCodeSkipCount |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h |
| Include Path | #include "UObject/Stack.h" |
CodeSkipSizeType ReadCodeSkipCount()
Parameters
| Name | Remarks |
|---|---|
| ExpressionField | receives a pointer to the field representing the expression; used by various execs to drive VM logic |