FInterpTrackDrawParams

Parameters for drawing interp tracks, used by Matinee

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Interpolation.h

Include

#include "Interpolation.h"

Syntax

class FInterpTrackDrawParams

Remarks

Parameters for drawing interp tracks, used by Matinee

Variables

Name Description

Public variable

bool

 

bAllowKeyframeBarSelection

True if the user should be allowed to select using "keyframe bars," such as those for audio tracks

Public variable

bool

 

bAllowKeyframeTextSelection

True if the user should be allowed to select using keyframe text

Public variable

bool

 

bPreferFrameNumbers

True if we want frame numbers to be rendered instead of time values where appropriate

Public variable

bool

 

bShowTimeCursorPosForAllKeys

True if we want time cursor positions drawn for all anim tracks

Public variable

float

 

PixelsPerSec

Scale of the track window in pixels per second

Public variable

TArray< struct ...

 

SelectedKeys

List of keys that are currently selected

Public variable

float

 

SnapAmount

Current snap interval (1.0 / frames per second)

Public variable

float

 

StartTime

The view range start time (within the sequence)

Public variable

float

 

TimeCursorPosition

Current position of the Matinee time cursor along the timeline

Public variable

int32

 

TrackHeight

Track display height

Public variable

int32

 

TrackIndex

This track's index

Public variable

int32

 

TrackWidth

Track display width

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