FSubTrackGroup

A small structure holding data for grouping subtracks. (For UI drawing purposes)

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrack.h"

Syntax

struct FSubTrackGroup

Remarks

A small structure holding data for grouping subtracks. (For UI drawing purposes)

Variables

Name Description

Public variable

uint32: 1

 

bIsCollapsed

If this group is collapsed

Public variable

uint32: 1

 

bIsSelected

If this group is selected

Public variable

FString

 

GroupName

Name of the subtrack group

Public variable

TArray< int32 >

 

TrackIndices

Indices to tracks in the parent track subtrack array.

Constructors

Name Description

Public function

FSubTrackGroup()

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