Navigation
API > API/Runtime > API/Runtime/CoreUObject
Results of GetMeta call.
| Name | FMetaData |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkDataRegistry.h |
| Include Path | #include "Serialization/BulkDataRegistry.h" |
Syntax
struct FMetaData
Inheritance Hierarchy
- FMetaDataBase → FMetaData
- FMetaData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RawHash | FIoHash | IoHash of the uncompressed bytes of the data that will be returned from GetData. | Serialization/BulkDataRegistry.h | |
| RawSize | uint64 | Size of the uncompressed bytes of the data that will be returned from GetData. | Serialization/BulkDataRegistry.h |