Navigation
API > API/Editor > API/Editor/StaticMeshEditor > API/Editor/StaticMeshEditor/UStaticMeshEditorSubsystem
References
| Module | StaticMeshEditor |
| Header | /Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorSubsystem.h |
| Include | #include "StaticMeshEditorSubsystem.h" |
| Source | /Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Static Mesh Utilities")
void SetNaniteSettings
(
UStaticMesh * StaticMesh,
FMeshNaniteSettings NaniteSettings,
bool bApplyChanges
)
Remarks
Get the Nanite Settings for the mesh
Parameters
| Name | Description |
|---|---|
| StaticMesh | Mesh to update nanite settings for |
| NaniteSettings | Settings with which to update the mesh |
| bApplyChanges | Indicates if changes must be applied or not. |