FBuildMeshDescriptionsParams

Structure that defines parameters passed into the build mesh description function

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h

Include

#include "Engine/StaticMesh.h"

Syntax

struct FBuildMeshDescriptionsParams

Remarks

Structure that defines parameters passed into the build mesh description function

Variables

Name Description

Public variable

bool

 

bAllowCpuAccess

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

Public variable

bool

 

bBuildSimpleCollision

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

Public variable

bool

 

bCommitMeshDescription

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

Public variable

bool

 

bMarkPackageDirty

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

Public variable

bool

 

bUseHashAsGuid

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

Constructors

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