Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
| |
|
| Name |
FTableRegistrationOptions |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/CommonTypes.h |
| Include Path |
#include "DataStorage/CommonTypes.h" |
Syntax
struct FTableRegistrationOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| MemorySize |
int32 |
Indicates the amount of memory a shard (a.k.a. chunk) of the table will take. |
DataStorage/CommonTypes.h |
|
| SourceTable |
TableHandle |
If set, use the provided table as a source to copy from. |
DataStorage/CommonTypes.h |
|