UOverlays

An interface class for creating overlay data assets

Windows
MacOS
Linux

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

Name Description

Public function Virtual Const

TArray< FOve...

 

GetAllOverlays()

Retrieves the set of overlays that should be used by this object (must be implemented by child classes)

Public function Virtual Const

void

 

GetOverlaysForTime

(
    const FTimespan& Time,
    TArray< FOverlayItem >& OutOverlay...
)

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

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