FMovieSceneSegment

Namespace: UAssetAPI.PropertyTypes.Structs

Information about a single segment of an evaluation track

public class FMovieSceneSegment

Inheritance ObjectFMovieSceneSegment

Fields

RangeOld

The segment's range

public TRange<float> RangeOld;

Range

public TRange<FFrameNumber> Range;

ID

public int ID;

bAllowEmpty

Whether this segment has been generated yet or not

public bool bAllowEmpty;

Impls

Array of implementations that reside at the segment's range

public StructPropertyData[] Impls;

Constructors

FMovieSceneSegment(AssetBinaryReader)

public FMovieSceneSegment(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Methods

Write(AssetBinaryWriter)

public int Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter

Returns

Int32