UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UStaticMesh::FBuildMeshDescriptionsParams Struct Reference

#include <StaticMesh.h>

Public Member Functions

 FBuildMeshDescriptionsParams ()
 

Public Attributes

bool bMarkPackageDirty
 
bool bUseHashAsGuid
 
bool bBuildSimpleCollision
 
bool bCommitMeshDescription
 
bool bFastBuild
 
bool bAllowCpuAccess
 
TArray< FBuildMeshDescriptionsLODParamsPerLODOverrides
 

Detailed Description

Structure that defines parameters passed into the build mesh description function

Constructor & Destructor Documentation

◆ FBuildMeshDescriptionsParams()

UStaticMesh::FBuildMeshDescriptionsParams::FBuildMeshDescriptionsParams ( )
inline

Member Data Documentation

◆ bAllowCpuAccess

bool UStaticMesh::FBuildMeshDescriptionsParams::bAllowCpuAccess

Ored with the value of bAllowCpuAccess on the static mesh. Set to false by default.

◆ bBuildSimpleCollision

bool UStaticMesh::FBuildMeshDescriptionsParams::bBuildSimpleCollision

Builds simple collision as part of the building process. Set to false by default.

◆ bCommitMeshDescription

bool UStaticMesh::FBuildMeshDescriptionsParams::bCommitMeshDescription

Commits the MeshDescription as part of the building process. Set to true by default.

◆ bFastBuild

bool UStaticMesh::FBuildMeshDescriptionsParams::bFastBuild

Specifies that the mesh will be built by the fast path (mandatory in non-editor builds). Set to false by default.

◆ bMarkPackageDirty

bool UStaticMesh::FBuildMeshDescriptionsParams::bMarkPackageDirty

If set to false, the caller can be from any thread but will have the responsibility to call MarkPackageDirty() from the main thread.

◆ bUseHashAsGuid

bool UStaticMesh::FBuildMeshDescriptionsParams::bUseHashAsGuid

Uses a hash as the GUID, useful to prevent recomputing content already in cache. Set to false by default.

◆ PerLODOverrides

TArray<FBuildMeshDescriptionsLODParams> UStaticMesh::FBuildMeshDescriptionsParams::PerLODOverrides

Extra optional LOD params. Overrides any previous settings from source model build settings.


The documentation for this struct was generated from the following file: