Navigation
API > API/Runtime > API/Runtime/Overlay
Inheritance Hierarchy
References
| Module | Overlay |
| Header | /Engine/Source/Runtime/Overlay/Public/Overlays.h |
| Include | #include "Overlays.h" |
Syntax
class UOverlays : public UObject
Remarks
An interface class for creating overlay data assets
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FOverlayItem > | Retrieves the set of overlays that should be used by this object (must be implemented by child classes) | ||
| void | GetOverlaysForTime
(
const FTimespan& Time, |
Retrieves the set of overlays associated with this object for the given timespan (must be implemented by child classes) |