Class
UMovieSceneAudioSection
: UMovieSceneSection : UMovieSceneDecorationContainerObject : UMovieSceneSignedObject : UObject0x00x0648
Members 21
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0108 | 0x10 | padding / unreflected | |||
| 0x08 | Sound | USoundBase* | 8 flags | nullptr | |
| 0x04 | StartFrameOffset | FFrameNumber | 5 flags | {Value=0} | |
| 0x04 | StartOffset | float | Deprecated+5 flags | -3.4028235e+38 | |
| 0x04 | AudioStartTime | float | Deprecated+5 flags | -3.4028235e+38 | |
| 0x04 | AudioDilationFactor | float | Deprecated+5 flags | -3.4028235e+38 | |
| 0x04 | AudioVolume | float | Deprecated+5 flags | -3.4028235e+38 | |
| 0x0134 | 0x04 | padding / unreflected | |||
| 0x110 | SoundVolume | FMovieSceneFloatChannel | 1 flags | {PreInfinityExtrap=RCCE_Constant, PostInfinityExtrap=RCCE_C… | |
| 0x110 | PitchMultiplier | FMovieSceneFloatChannel | 1 flags | {PreInfinityExtrap=RCCE_Constant, PostInfinityExtrap=RCCE_C… | |
| 0x50 | Inputs_Float | TMap<FName, FMovieSceneFloatChannel> | 1 flags | <TMap> | |
| 0x50 | Inputs_String | TMap<FName, FMovieSceneStringChannel> | 1 flags | <TMap> | |
| 0x50 | Inputs_Bool | TMap<FName, FMovieSceneBoolChannel> | 1 flags | <TMap> | |
| 0x50 | Inputs_Int | TMap<FName, FMovieSceneIntegerChannel> | 1 flags | <TMap> | |
| 0x50 | Inputs_Trigger | TMap<FName, FMovieSceneAudioTriggerChannel> | 1 flags | <TMap> | |
| 0x120 | AttachActorData | FMovieSceneActorReferenceData | 1 flags | {KeyTimes=[], DefaultValue={Object={Guid={Guid}, SequenceID… | |
| 0x01 | bLooping | bool | 6 flags | true | |
| 0x01 | bSuppressSubtitles | bool | 6 flags | false | |
| 0x01 | bOverrideAttenuation | bool | 6 flags | false | |
| 0x060B | 0x05 | padding / unreflected | |||
| 0x08 | AttenuationSettings | USoundAttenuation* | 7 flags | nullptr | |
| 0x10 | OnQueueSubtitles | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | OnAudioFinished | FMulticastScriptDelegate | 3 flags | <delegate> | |
| 0x10 | OnAudioPlaybackPercent | FMulticastScriptDelegate | 3 flags | <delegate> | |
Inherited from UMovieSceneSection 17
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x02 | EvalOptions | FMovieSceneSectionEvalOptions | 3 flags | {bCanEditCompletionMode=false, CompletionMode=KeepState} | |
| 0x006A | 0x06 | padding / unreflected | |||
| 0x38 | Easing | FMovieSceneEasingSettings | 3 flags | {AutoEaseInDuration=0, AutoEaseOutDuration=0, EaseIn=<Inter… | |
| 0x10 | SectionRange | FMovieSceneFrameRange | 3 flags | {} | |
| 0x08 | ConditionContainer | FMovieSceneConditionContainer | 4 flags | {Condition=nullptr} | |
| 0x04 | PreRollFrames | FFrameNumber | 6 flags | {Value=0} | |
| 0x04 | PostRollFrames | FFrameNumber | 6 flags | {Value=0} | |
| 0x04 | RowIndex | int32 | 5 flags | 0 | |
| 0x04 | OverlapPriority | int32 | 5 flags | 0 | |
| 0x01 | bIsActive : 1bit 0 | bool | 4 flags | true | |
| 0x01 | bIsLocked : 1bit 1 | bool | 4 flags | false | |
| 0x00D1 | 0x03 | padding / unreflected | |||
| 0x04 | StartTime | float | DeprecatedProtected+5 flags | 0 | |
| 0x04 | EndTime | float | DeprecatedProtected+5 flags | 0 | |
| 0x04 | PrerollTime | float | DeprecatedProtected+5 flags | 0 | |
| 0x04 | PostrollTime | float | DeprecatedProtected+5 flags | 0 | |
| 0x01 | bIsInfinite : 1bit 0 | bool | DeprecatedProtected+3 flags | false | |
| 0x00E5 | 0x03 | padding / unreflected | |||
| 0x01 | bSupportsInfiniteRange | bool | Protected+5 flags | false | |
| 0x02 | BlendType | FOptionalMovieSceneBlendType | Protected+2 flags | {BlendType=Absolute, bIsValid=false} | |
Inherited from UMovieSceneDecorationContainerObject 1
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Decorations | FMovieSceneDecorationContainer | Protected+1 flags | {Decorations=[]} |
Inherited from UMovieSceneSignedObject 1
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Signature | FGuid | 5 flags | {A=0, B=0, C=0, D=0} |
Functions 13
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetSuppressSubtitles(bool bInSuppressSubtitles) | FinalNative+1 flags | 0x01 | |
| void SetStartOffset(const FFrameNumber& InStartOffset) | FinalNative+1 flags | 0x04 | |
| void SetSound(USoundBase* InSound) | FinalNative+1 flags | 0x08 | |
| void SetOverrideAttenuation(bool bInOverrideAttenuation) | FinalNative+1 flags | 0x01 | |
| void SetLooping(bool bInLooping) | FinalNative+1 flags | 0x01 | |
| void SetAttenuationSettings(USoundAttenuation* InAttenuationSettings) | FinalNative+1 flags | 0x08 | |
| bool GetSuppressSubtitles() | FinalNative+1 flags | 0x01 | |
| FFrameNumber GetStartOffset() | FinalNative+1 flags | 0x04 | |
| USoundBase* GetSound() | FinalNative+1 flags | 0x08 | |
| USoundBase* GetPlaybackSound() | FinalNative+1 flags | 0x08 | |
| bool GetOverrideAttenuation() | FinalNative+1 flags | 0x01 | |
| bool GetLooping() | FinalNative+1 flags | 0x01 | |
| USoundAttenuation* GetAttenuationSettings() | FinalNative+1 flags | 0x08 |