FMovieSceneEvaluationKey

Namespace: UAssetAPI.PropertyTypes.Structs

Keyable struct that represents a particular entity within an evaluation template (either a section/template or a track)

public struct FMovieSceneEvaluationKey

Inheritance ObjectValueTypeFMovieSceneEvaluationKey

Fields

SequenceID

ID of the sequence that the entity is contained within

public uint SequenceID;

TrackIdentifier

ID of the track this key relates to

public uint TrackIdentifier;

SectionIndex

Index of the section template within the track this key relates to (or -1 where this key relates to a track)

public uint SectionIndex;

Constructors

FMovieSceneEvaluationKey(UInt32, UInt32, UInt32)

FMovieSceneEvaluationKey(uint _SequenceID, uint _TrackIdentifier, uint _SectionIndex)

Parameters

_SequenceID UInt32

_TrackIdentifier UInt32

_SectionIndex UInt32

FMovieSceneEvaluationKey(AssetBinaryReader)

FMovieSceneEvaluationKey(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Methods

Write(AssetBinaryWriter)

int Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter

Returns

Int32