Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolContextInterfaces.h |
| Include | #include "ToolContextInterfaces.h" |
Syntax
struct FToolContextSnappingConfiguration
Remarks
Snapping configuration settings/state
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableAbsoluteWorldSnapping | Specify whether Position snapping in World Coordinate System should be Absolute or Relative | |
| bool | bEnablePositionGridSnapping | Specify whether position snapping should be applied | |
| bool | bEnableRotationGridSnapping | Specify whether rotation snapping should be applied | |
| FVector | PositionGridDimensions | Specify position grid spacing or cell dimensions | |
| FRotator | RotationGridAngles | Specify rotation snapping step size |