Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptSplitNormalsOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshNormalsFunctions.h |
| Include Path | #include "GeometryScript/MeshNormalsFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptSplitNormalsOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSplitByFaceGroup | bool | GeometryScript/MeshNormalsFunctions.h |
|
|
| bSplitByOpeningAngle | bool | GeometryScript/MeshNormalsFunctions.h |
|
|
| GroupLayer | FGeometryScriptGroupLayer | GeometryScript/MeshNormalsFunctions.h |
|
|
| OpeningAngleDeg | float | GeometryScript/MeshNormalsFunctions.h |
|