Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FScriptSetLayout |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path |
#include "Containers/Set.h" |
Syntax
struct FScriptSetLayout
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| HashIndexOffset |
int32 |
|
Containers/Set.h |
|
| HashNextIdOffset |
int32 |
Int32 ElementOffset = 0; // always at zero offset from the TSetElement - not stored here |
Containers/Set.h |
|
| Size |
int32 |
|
Containers/Set.h |
|
| SparseArrayLayout |
FScriptSparseArrayLayout |
|
Containers/Set.h |
|