unreal.MediaTimeRangeBPType¶
- class unreal.MediaTimeRangeBPType¶
Bases:
EnumBaseBlueprint usable enum of EMediaTimeRangeType
C++ Source:
Module: MediaAssets
File: MediaPlayer.h
- ABSOLUTE: MediaTimeRangeBPType = Ellipsis¶
Total absolute time range as defined by the media.
- Type:
0
- CURRENT: MediaTimeRangeBPType = Ellipsis¶
Current time range of the media, set by media internal means or through API calls.
- Type:
1