ULocalizedOverlays::GetOverlaysForTime

Retrieves the set of overlays associated with this object for the given timespan (must be implemented by child classes)

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void GetOverlaysForTime
(
    const FTimespan & Time,
    TArray< FOverlayItem > & OutOverlays
) const

Remarks

Retrieves the set of overlays associated with this object for the given timespan (must be implemented by child classes)

Parameters

Parameter

Description

Time

Determines what overlays should be displayed

OutOverlays

All overlays that should be displayed for the given Time. Expect this to be emptied.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss