Navigation
API > API/Runtime > API/Runtime/Media
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaTickable.h |
| Include | #include "IMediaTickable.h" |
Syntax
class IMediaTickable
Remarks
Interface for objects that can be ticked from the high-frequency media thread.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | TickTickable () |
Tick the object. |