![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMediaOverlaySample.h>
Public Member Functions | |
| virtual FTimespan | GetDuration () const =0 |
| virtual TOptional< FVector2D > | GetPosition () const =0 |
| virtual FText | GetText () const =0 |
| virtual FMediaTimeStamp | GetTime () const =0 |
| virtual TOptional< FTimecode > | GetTimecode () const |
| virtual EMediaOverlaySampleType | GetType () const =0 |
| virtual FGuid | GetGUID () const |
| virtual | ~IMediaOverlaySample () |
Interface for media overlay text samples.
|
inlinevirtual |
Virtual destructor.
Get the amount of time for which the sample should be displayed.
Get the GUID identifying the derived type that may implement additional, type specific methods. If the GUID matches a type known type it is safe to static cast this class to the derived type.
Get the position at which to display the text.
|
pure virtual |
Get the sample time (in the player's local clock).
This value is used primarily for debugging purposes.
|
pure virtual |