Navigation
API > API/Runtime > API/Runtime/RawMesh
References
| Module | RawMesh |
| Header | /Engine/Source/Runtime/RawMesh/Public/RawMesh.h |
| Include | #include "RawMesh.h" |
Syntax
class FRawMeshBulkData
Remarks
Bulk data storage for raw meshes.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
Returns true if no bulk data is available for this mesh. | |
| const FByteBulkData & | GetBulkData () |
||
| FString | GetIdString () |
Retrieve a string uniquely identifying the contents of this bulk data. | |
| bool | IsEmpty () |
Returns true if no bulk data is available for this mesh. | |
| void | LoadRawMesh
(
FRawMesh& OutMesh |
Load the raw mesh from bulk data. | |
| void | SaveRawMesh
(
FRawMesh& InMesh |
Store a new raw mesh in the bulk data. | |
| void | Serialization. | ||
| void | UseHashAsGuid
(
UObject* Owner |
Uses a hash as the GUID, useful to prevent creating new GUIDs on load for legacy assets. | |
| bool |