Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshDeformFunctions.h |
| Include | #include "GeometryScript/MeshDeformFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptTwistWarpOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBidirectional | If true, the Twist is "centered" at the Origin, ie the regions on either side of the extents are rigidly transformed. | |
| bool | bSymmetricExtents | Symmetric extents are [-BendExtent,BendExtent], if disabled, then [-LowerExtent,BendExtent] is used | |
| float | LowerExtent | Lower extent used when bSymmetricExtents = false |