Navigation
API > API/Runtime > API/Runtime/MeshDescription
References
| Module | MeshDescription |
| Header | /Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h |
| Include | #include "MeshDescription.h" |
Syntax
struct FMeshDescriptionBulkData
Remarks
Bulk data storage for FMeshDescription
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
Empties the bulk data | |
| int64 | Gets the size of the serialized bulk data | ||
| FString | GetIdString () |
Return unique ID string for this bulk data | |
| TConstArrayView< FGuid > | Returns all of the CustomVersions that can be used when serializing an FMeshDescription. | ||
| bool | IsEmpty () |
Returns true if there is no bulk data available | |
| void | LoadMeshDescription
(
FMeshDescription& MeshDescription |
Load the mesh description from the bulk data | |
| void | SaveMeshDescription
(
FMeshDescription& MeshDescription |
Store a new mesh description in the bulk data | |
| void | Serialization | ||
| void | Uses a hash as the GUID, useful to prevent recomputing content already in cache. |