Navigation
API > API/Runtime > API/Runtime/Core
Represents a position of a slot within the hierarchy.
| |
|
| Name |
FSlotPosition |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Serialization/StructuredArchiveSlotBase.h |
| Include Path |
#include "Serialization/StructuredArchiveSlotBase.h" |
Syntax
class FSlotPosition
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FSlotPosition
(
int32 InDepth,
FElementId InElementId
)
|
|
Serialization/StructuredArchiveSlotBase.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Depth |
int32 |
|
Serialization/StructuredArchiveSlotBase.h |
|
| ElementId |
FElementId |
|
Serialization/StructuredArchiveSlotBase.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FStructuredArchive |
friend |
|
Serialization/StructuredArchiveSlotBase.h |
|
Functions
Public