FInterpEdSelKey

A group, associated with a particular [AActor](API\Runtime\Engine\GameFramework\AActor) or set of Actors, which contains a set of InterpTracks for interpolating properties of the [AActor](API\Runtime\Engine\GameFramework\AActor) over time.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroup.h

Include

#include "Matinee/InterpGroup.h"

Syntax

struct FInterpEdSelKey

Remarks

A group, associated with a particular AActor or set of Actors, which contains a set of InterpTracks for interpolating properties of the AActor over time. The Outer of an UInterpGroup is an InterpData.

Variables

Name Description

Public variable

UInterpGroup &#...

 

Group

Public variable

int32

 

KeyIndex

Public variable

UInterpTrack &#...

 

Track

Public variable

float

 

UnsnappedPosition

Constructors

Name Description

Public function

FInterpEdSelKey()

Public function

FInterpEdSelKey

(
    UInterpGroup* InGroup,
    UInterpTrack* InTrack,
    int32 InKey
)

Functions

Name Description

Public function

UInterpTrack...

 

GetOwningTrack()

Returns the parent track of this key.

Public function

FString

 

GetOwningTrackSubGroupName

(
    int32* piSubTrack
)

Returns the sub group name of the parent track of this key.

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FInterpEdSelKey& Other
)

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