FKeyframeDrawInfo

Struct for containing all information to draw keyframes

Windows
MacOS
Linux

References

Module

Matinee

Header

/Engine/Source/Editor/Matinee/Public/MatineeViewportData.h

Include

#include "MatineeViewportData.h"

Syntax

struct FKeyframeDrawInfo

Remarks

Struct for containing all information to draw keyframes

Variables

Name Description

Public variable

bool

 

bSelected

True if the keyframe is selected

Public variable

FColor

 

KeyColor

Color of the keyframe

Public variable

FVector2D

 

KeyPos

Position of the keyframe in the editor

Public variable

float

 

KeyTime

Time of the keyframe

Operators

Name Description

Public function Const

bool

 

operator<

(
    const FKeyframeDrawInfo& Other
)

Public function Const

bool

 

operator==

(
    const FKeyframeDrawInfo& Other
)

Comparison routines.

Public function Const

bool

 

operator>

(
    const FKeyframeDrawInfo& 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