Navigation
API > API/Plugins > API/Plugins/UAFAnimNode > API/Plugins/UAFAnimNode/FUAFStack
| Name | FEntryHeader |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/UAFStack.h |
| Include Path | #include "UAF/UAFStack.h" |
Syntax
struct FEntryHeader
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Offset | uint32 | The entry start offset from 'this'. | UAF/UAFStack.h | |
| PrevTop | FEntryHeader * | The top entry at the time this new entry was pushed. | UAF/UAFStack.h | |
| Size | uint32 | The allocated size of this entry, includes sizeof(FEntry) and any required alignment. | UAF/UAFStack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * GetValuePtr () |
UAF/UAFStack.h | ||
const void * GetValuePtr () |
UAF/UAFStack.h |