Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSound.h |
Include |
#include "Matinee/InterpTrackSound.h" |
class UInterpTrackSound : public UInterpTrackVectorBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bAttach |
|
|
uint32: 1 |
bContinueSoundOnMatineeEnd |
If true, sounds on this track will not be forced to finish when the matinee sequence finishes. |
|
uint32: 1 |
bPlaying |
True if the sound should have been playing at any point. |
|
uint32: 1 |
bPlayOnReverse |
If set, sound plays only when playing the matinee in reverse instead of when the matinee plays forward |
|
uint32: 1 |
bSuppressSubtitles |
If true, don't show subtitles for sounds played by this track. |
|
uint32: 1 |
bTreatAsDialogue |
If true and track is controlling a pawn, makes the pawn "speak" the given audio. |
|
TArray< struct ... |
Sounds |
Array of sounds to play at specific times. |
Name | Description | |
---|---|---|
|
UInterpTrackSound ( |
Name | Description | ||
---|---|---|---|
|
FSoundTrackK... |
GetSoundTrackKeyAtPosition ( |
Return the key at the specified position in the track. |
Name | Description | ||
---|---|---|---|
|
AddKeyframe ( |
Adds a keyframe at the given time to the track. |
|
|
AllowStaticActors() |
||
|
DrawTrack ( |
Draw this track with the specified parameters |
|
|
DuplicateKeyframe ( |
Duplicates the given key. |
|
|
GetClosestSnapPosition |
Gets the position of the closest key with snapping incorporated. |
|
|
const FStrin... |
GetEdHelperClassName() |
Get the name of the class used to help out when adding tracks, keys, etc. in UnrealEd. |
|
GetKeyframeIndex ( |
Get the index of the keyframe with the given time. |
|
|
float |
GetKeyframeTime ( |
Get the time of the keyframe with the given index. |
|
GetNumKeyframes() |
||
|
const FStrin... |
GetSlateHelperClassName() |
Get the name of the class used to help out when adding tracks, keys, etc. in Slate. |
|
GetTimeRange ( |
Gathers the range that spans all keyframes. |
|
|
float |
GetTrackEndTime() |
|
|
UTexture2D &... |
GetTrackIcon() |
|
|
PreviewStopPlayback ( |
Called when playback is stopped in Matinee. Useful for stopping sounds etc. |
|
|
PreviewUpdateTrack ( |
Updates the instance of this track based on the new position. This is for editor preview. |
|
|
RemoveKeyframe ( |
Removes the given key from the array of keys in the track. |
|
|
SetKeyframeTime |
Changes the time of the given key with the new given time. |
|
|
SetTrackToSensibleDefault() |
Set this track to sensible default values. Called when track is first created. |
|
|
UpdateTrack ( |
Updates the instance of this track based on the new position. |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |