Navigation
Unreal Engine C++ API Reference > Editor > ViewportSnapping > ISnappingPolicy
References
Module | ViewportSnapping |
Header | /Engine/Source/Editor/ViewportSnapping/Public/ISnappingPolicy.h |
Include | #include "ISnappingPolicy.h" |
void SnapScale
(
FVector & Point,
const FVector & GridBase
)
Remarks
Snaps a scale value to the scale grid
Parameters
Name | Description |
---|---|
Point | The point to snap. This value will be modified to account for snapping |
GridBase | Base grid offset |