FRawMeshBulkData

Bulk data storage for raw meshes.

Windows
MacOS
Linux

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

Name Description

Public function

FRawMeshBulkData()

Default constructor.

Functions

Name Description

Public function

void

 

Empty()

Returns true if no bulk data is available for this mesh.

Public function Const

const FByteB...

 

GetBulkData()

Public function Const

FString

 

GetIdString()

Retrieve a string uniquely identifying the contents of this bulk data.

Public function Const

bool

 

IsEmpty()

Returns true if no bulk data is available for this mesh.

Public function

void

 

LoadRawMesh

(
    FRawMesh& OutMesh
)

Load the raw mesh from bulk data.

Public function

void

 

SaveRawMesh

(
    FRawMesh& InMesh
)

Store a new raw mesh in the bulk data.

Public function

void

 

Serialize

(
    FArchive& Ar,
    UObject* Owner
)

Serialization.

Public function

void

 

UseHashAsGuid

(
    UObject* Owner
)

Uses a hash as the GUID, useful to prevent creating new GUIDs on load for legacy assets.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss