FMovieSceneEvaluationTreeNode

Namespace: UAssetAPI.PropertyTypes.Structs

public struct FMovieSceneEvaluationTreeNode

Inheritance ObjectValueTypeFMovieSceneEvaluationTreeNode

Fields

Range

The time-range that this node represents

public FFrameNumberRange Range;

Parent

public FMovieSceneEvaluationTreeNodeHandle Parent;

ChildrenID

Identifier for the child node entries associated with this node (FMovieSceneEvaluationTree::ChildNodes)

public FEvaluationTreeEntryHandle ChildrenID;

DataID

Identifier for externally stored data entries associated with this node

public FEvaluationTreeEntryHandle DataID;

Methods

Read(AssetBinaryReader)

void Read(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Write(AssetBinaryWriter)

void Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter