HIKRetargetEditorBoneProxy

Allow limb selection to edit retarget pose

Choose your operating system:

Windows

macOS

Linux

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 limb selection to edit retarget pose

Variables

Name Description

Public variable

FName

 

BoneName

Constructors

Name Description

Public function

HIKRetargetEditorBoneProxy

(
    const FName& InBoneName
)

Functions

Name Description

Public function Virtual Const

HHitProxyTyp...

 

GetType()

Public function Static

HHitProxyTyp...

 

StaticGetType()

Overridden from HHitProxy

Name Description

Public function Virtual Const

bool

 

AlwaysAllowsTranslucentPrimitives()

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.

Public function Virtual

EMouseCursor...

 

GetMouseCursor()

Override to change the mouse based on what it is hovering over.