Navigation
API > API/Runtime > API/Runtime/Overlay > API/Runtime/Overlay/ULocalizedOverlays
- UOverlays::GetOverlaysForTime()
- ULocalizedOverlays::GetOverlaysForTime()
References
| Module | Overlay |
| Header | /Engine/Source/Runtime/Overlay/Public/LocalizedOverlays.h |
| Include | #include "LocalizedOverlays.h" |
| Source | /Engine/Source/Runtime/Overlay/Private/Assets/LocalizedOverlays.cpp |
virtual void GetOverlaysForTime
&40;
const FTimespan & Time,
TArray< FOverlayItem > & OutOverlays
&41; const
Remarks
Retrieves the set of overlays associated with this object for the given timespan (must be implemented by child classes)
Parameters
| Name | Description |
|---|---|
| Time | Determines what overlays should be displayed |
| OutOverlays | All overlays that should be displayed for the given Time. Expect this to be emptied. |