Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/CollisionFunctions.h |
| Include | #include "GeometryScript/CollisionFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptTransformCollisionOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCenterTransformPivotPerShape | If true, we apply the Transform to each collision shape separately, and pivot the Transform around the local center of each shape. | |
| bool | bWarnOnInvalidTransforms | Whether to log a warning when a requested transform is not compatible with the simple collision shapes |