Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UPlanePositionGizmo
Syntax
TUniqueFunction< bool(const FCustomDestinationParams &WorldRay, FVector &OutputPoint)> CustomDestinationFunc
Remarks
If ShouldUseCustomDestinationFunc() returns true, this function is used to get a destination point, and the output parameters are picked in such a way that the axis origin moves to the closest point in the plane to the destination point. Used, for instance, for aligning to items in the scene.