CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
Set Track Format
Identifier
SetTrackFormat
Description
Set the format on the specified track.
Selecting the format will not switch to the specified track. To switch tracks, use SelectTrack instead. If the track is already selected, the format change will be applied immediately.

Target is Mana Player

Inputs
Arg Description
In
Exec
Target
Mana Player Object Reference
Track Type
EManaPlayerTrack Enum
The type of track to update.
Track Index
Integer
The index of the track to update.
Format Index
Integer
The index of the format to select (must be valid).
Outputs
Arg Description
Out
Exec
Return Value
Boolean
true if the track was selected, false otherwise. See: GetNumTrackFormats, GetNumTracks, GetTrackFormat, SelectTrack