HIKRigEditorGoalProxy

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FRefCountedObject

HHitProxy

HIKRigEditorGoalProxy

References

Module

IKRigEditor

Header

/Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/IKRigHitProxies.h

Include

#include "RigEditor/IKRigHitProxies.h"

Syntax

struct HIKRigEditorGoalProxy : public HHitProxy

Variables

Name Description

Public variable

FName

 

GoalName

Constructors

Name Description

Public function

HIKRigEditorGoalProxy

(
    const FName& InGoalName
)

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.