Navigation
Unreal Engine C++ API Reference > Plugins > ModelingComponents > Mechanics > UPlaneDistanceFromHitMechanic
Syntax
TUniqueFunction< bool(const FVector3d &, FVector3d &)> WorldPointSnapFunc
Remarks
If this function is set, the hit point will be passed in to this function for snapping. Return false to indicate no snapping occurred.