Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HIKRetargetEditorBoneProxy
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetHitProxies.h |
| Include | #include "RetargetEditor/IKRetargetHitProxies.h" |
Syntax
struct HIKRetargetEditorBoneProxy : public HHitProxy
Remarks
Allow bone selection to edit retarget pose
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BoneIndex | ||
| FName | BoneName | ||
| ERetargetSourceOrTarget | SourceOrTarget |
Constructors
| Type | Name | Description | |
|---|---|---|---|
HIKRetargetEditorBoneProxy
(
const FName& InBoneName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| HHitProxyType * | GetType () |
||
| HHitProxyType * |
Overridden from HHitProxy
| Type | Name | Description | |
|---|---|---|---|
| bool | Method that specifies whether the hit proxy always allows translucent primitives to be associated with it or not, regardless of any other engine/editor setting. | ||
| EMouseCursor::Type | Override to change the mouse based on what it is hovering over. |