Navigation
API > API/Plugins > API/Plugins/GeometryScriptingEditor
| Name | FGeometryScriptCreateNewVolumeFromMeshOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingEditor/Public/GeometryScript/CreateNewAssetUtilityFunctions.h |
| Include Path | #include "GeometryScript/CreateNewAssetUtilityFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptCreateNewVolumeFromMeshOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutoSimplify | bool | GeometryScript/CreateNewAssetUtilityFunctions.h |
|
|
| MaxTriangles | int32 | GeometryScript/CreateNewAssetUtilityFunctions.h |
|
|
| VolumeType | TSubclassOf< class AVolume > | GeometryScript/CreateNewAssetUtilityFunctions.h |
|