UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MediaUtils Namespace Reference

Functions

FString EventToString (EMediaEvent Event)
 
FString StateToString (EMediaState State)
 
FString TrackTypeToString (EMediaTrackType TrackType)
 

Function Documentation

◆ EventToString()

MEDIAUTILS_API FString MediaUtils::EventToString ( EMediaEvent  Event)

Convert a media event to a human readable string.

Parameters
EventThe event.
Returns
The corresponding string.
See also
StateToString, TrackTypeToString

◆ StateToString()

MEDIAUTILS_API FString MediaUtils::StateToString ( EMediaState  State)

Convert a media state to a human readable string.

Parameters
StateThe state.
Returns
The corresponding string.
See also
EventToString, TrackTypeToString

◆ TrackTypeToString()

MEDIAUTILS_API FString MediaUtils::TrackTypeToString ( EMediaTrackType  TrackType)

Convert a media track type to a human readable string.

Parameters
TrackTypeThe track type.
Returns
The corresponding string.
See also
EventToString, StateToString