Navigation
API > API/Plugins > API/Plugins/ControlRigEditor
Per Project Settings Animation Snapping
| Name | UControlRigSnapSettings |
| Type | class |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/Tools/ControlRigSnapSettings.h |
| Include Path | #include "Tools/ControlRigSnapSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings)
class UControlRigSnapSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UControlRigSnapSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UControlRigSnapSettings() |
Tools/ControlRigSnapSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BakingKeySettings | EBakingKeySettings | Tools/ControlRigSnapSettings.h |
|
|
| bKeepOffset | bool | When snapping keep offset, If false snap completely | Tools/ControlRigSnapSettings.h |
|
| bReduceKeys | bool | Tools/ControlRigSnapSettings.h |
|
|
| bSnapPosition | bool | When snapping, also snap position | Tools/ControlRigSnapSettings.h |
|
| bSnapRotation | bool | When snapping, also snap rotation | Tools/ControlRigSnapSettings.h |
|
| bSnapScale | bool | When snapping, also snap scale | Tools/ControlRigSnapSettings.h |
|
| FrameIncrement | int32 | Tools/ControlRigSnapSettings.h |
|
|
| Tolerance | float | Tools/ControlRigSnapSettings.h |
|