Zdexby TheHolyOneZ
5,360 classes
/Script/MovieSceneTracks.MovieSceneParameterSection 0x0170 (368 B) align 8 inherited 0x0108 vtable /Script/MovieSceneTracks
0x00x0170

Members 6

OffsetSizeNameTypeFlagsDefault
0x01080x08padding / unreflected
0x10BoolParameterNamesAndCurvesTArray<FBoolParameterNameAndCurve>Protected+2 flags[]
0x10ScalarParameterNamesAndCurvesTArray<FScalarParameterNameAndCurve>Protected+2 flags[]
0x10Vector2DParameterNamesAndCurvesTArray<FVector2DParameterNameAndCurves>Protected+2 flags[]
0x10VectorParameterNamesAndCurvesTArray<FVectorParameterNameAndCurves>Protected+2 flags[]
0x10ColorParameterNamesAndCurvesTArray<FColorParameterNameAndCurves>Protected+2 flags[]
0x10TransformParameterNamesAndCurvesTArray<FTransformParameterNameAndCurves>Protected+2 flags[]
Inherited from UMovieSceneSection 17
OffsetSizeNameTypeFlagsDefault
0x02EvalOptionsFMovieSceneSectionEvalOptions3 flags{bCanEditCompletionMode=false, CompletionMode=KeepState}
0x006A0x06padding / unreflected
0x38EasingFMovieSceneEasingSettings3 flags{AutoEaseInDuration=0, AutoEaseOutDuration=0, EaseIn=<Inter…
0x10SectionRangeFMovieSceneFrameRange3 flags{}
0x08ConditionContainerFMovieSceneConditionContainer4 flags{Condition=nullptr}
0x04PreRollFramesFFrameNumber6 flags{Value=0}
0x04PostRollFramesFFrameNumber6 flags{Value=0}
0x04RowIndexint325 flags0
0x04OverlapPriorityint325 flags0
0x01bIsActive : 1bit 0bool4 flagstrue
0x01bIsLocked : 1bit 1bool4 flagsfalse
0x00D10x03padding / unreflected
0x04StartTimefloatDeprecatedProtected+5 flags0
0x04EndTimefloatDeprecatedProtected+5 flags0
0x04PrerollTimefloatDeprecatedProtected+5 flags0
0x04PostrollTimefloatDeprecatedProtected+5 flags0
0x01bIsInfinite : 1bit 0boolDeprecatedProtected+3 flagsfalse
0x00E50x03padding / unreflected
0x01bSupportsInfiniteRangeboolProtected+5 flagsfalse
0x02BlendTypeFOptionalMovieSceneBlendTypeProtected+2 flags{BlendType=Absolute, bIsValid=false}
Inherited from UMovieSceneDecorationContainerObject 1
OffsetSizeNameTypeFlagsDefault
0x10DecorationsFMovieSceneDecorationContainerProtected+1 flags{Decorations=[]}
Inherited from UMovieSceneSignedObject 1
OffsetSizeNameTypeFlagsDefault
0x10SignatureFGuid5 flags{A=0, B=0, C=0, D=0}

Functions 13

SignatureFlagsNativeParams
bool RemoveVectorParameter(const FName& InParameterName)FinalNative+1 flags0x09
bool RemoveVector2DParameter(const FName& InParameterName)FinalNative+1 flags0x09
bool RemoveTransformParameter(const FName& InParameterName)FinalNative+1 flags0x09
bool RemoveScalarParameter(const FName& InParameterName)FinalNative+1 flags0x09
bool RemoveColorParameter(const FName& InParameterName)FinalNative+1 flags0x09
bool RemoveBoolParameter(const FName& InParameterName)FinalNative+1 flags0x09
void GetParameterNames(TSet<FName>& ParameterNames)FinalNative+1 flags0x50
void AddVectorParameterKey(const FName& InParameterName, const FFrameNumber& InTime, const FVector& InValue)FinalNative+1 flags0x28
void AddVector2DParameterKey(const FName& InParameterName, const FFrameNumber& InTime, const FVector2D& InValue)FinalNative+1 flags0x20
void AddTransformParameterKey(const FName& InParameterName, const FFrameNumber& InTime, FTransform& InValue)FinalNative+1 flags0x70
void AddScalarParameterKey(const FName& InParameterName, const FFrameNumber& InTime, float InValue)FinalNative+1 flags0x10
void AddColorParameterKey(const FName& InParameterName, const FFrameNumber& InTime, const FLinearColor& InValue)FinalNative+1 flags0x1C
void AddBoolParameterKey(const FName& InParameterName, const FFrameNumber& InTime, bool InValue)FinalNative+1 flags0x0D

Subclasses 2