Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/Tools > API/Plugins/ControlRigEditor/Tools/FControlRigSnapper
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/Tools/ControlRigSnapper.h |
| Include | #include "Tools/ControlRigSnapper.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/Tools/ControlRigSnapper.cpp |
bool SnapIt
&40;
FFrameNumber StartFrame,
FFrameNumber EndFrame,
const FControlRigSnapperSelection & ChildrenToSnap,
const FControlRigSnapperSelection & ParentToSnap,
const UControlRigSnapSettings &42; SnapSettings
&41;
Remarks
Snap the passed in children over the start and end frames.
Parameters
| Name | Description |
|---|---|
| StartFrame | Start of the snap interval. |
| EndFrame | End of the snap interval. |
| ChildrenToSnap | The children to snap over the interval. Will set a key per frame on them. |
| ParentToSnap | The parent to snap to. |
| SnapSettings | The settings to use. |