Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStaticMesh
Structure that defines parameters passed into the commit mesh description function
| Name | FCommitMeshDescriptionParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
| Include Path | #include "Engine/StaticMesh.h" |
Syntax
struct FCommitMeshDescriptionParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCommitMeshDescriptionParams() |
Engine/StaticMesh.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMarkPackageDirty | bool | If set to false, the caller can be from any thread but will have the responsability to call MarkPackageDirty() from the main thread. | Engine/StaticMesh.h | |
| bUseHashAsGuid | bool | Uses a hash as the GUID, useful to prevent recomputing content already in cache. | Engine/StaticMesh.h |