Navigation
API > API/Plugins > API/Plugins/IKRigEditor
Allow bone selection to edit retarget pose
| Name | HIKRetargetEditorBoneProxy |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetHitProxies.h |
| Include Path | #include "RetargetEditor/IKRetargetHitProxies.h" |
Syntax
struct HIKRetargetEditorBoneProxy : public HHitProxy
Inheritance Hierarchy
- FRefCountedObject → HHitProxy → HIKRetargetEditorBoneProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
HIKRetargetEditorBoneProxy
(
const FName& InBoneName, |
RetargetEditor/IKRetargetHitProxies.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneIndex | int32 | RetargetEditor/IKRetargetHitProxies.h | ||
| BoneName | FName | RetargetEditor/IKRetargetHitProxies.h | ||
| SourceOrTarget | ERetargetSourceOrTarget | RetargetEditor/IKRetargetHitProxies.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AlwaysAllowsTranslucentPrimitives() |
RetargetEditor/IKRetargetHitProxies.h | ||
virtual EMouseCursor::Type GetMouseCursor() |
RetargetEditor/IKRetargetHitProxies.h | ||
virtual HHitProxyType * GetType() |
RetargetEditor/IKRetargetHitProxies.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static HHitProxyType * StaticGetType() |
RetargetEditor/IKRetargetHitProxies.h |