HInterpTrackSubGroupKeypointProxy

Hit proxy for keyframes drawn directly subgroups and not tracks.

Windows
MacOS
Linux

Inheritance Hierarchy

FRefCountedObject

HHitProxy

HInterpTrackSubGroupKeypointProxy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/InterpolationHitProxy.h

Include

#include "InterpolationHitProxy.h"

Syntax

struct HInterpTrackSubGroupKeypointProxy : public HHitProxy

Remarks

Hit proxy for keyframes drawn directly subgroups and not tracks.

Variables

Name Description

Public variable

int32

 

GroupIndex

SubGroup index

Public variable

float

 

KeyTime

Time of the key that was hit

Public variable

UInterpTrack &#...

 

Track

Parent track of the sub group

Constructors

Name Description

Public function

HInterpTrackSubGroupKeypointProxy

(
    UInterpTrack* InTrack,
    float InKeyTime,
    int32 InGroupIndex
)

Functions

Name Description

Public function Virtual Const

HHitProxyTyp...

 

GetType()

Public function Static

HHitProxyTyp...

 

StaticGetType()

Overridden from HHitProxy

Name Description

Public function Virtual

EMouseCursor...

 

GetMouseCursor()

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss