UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IStereoLayersFlagsSupplier Class Referenceabstract

#include <IStereoLayersFlagsSupplier.h>

+ Inheritance diagram for IStereoLayersFlagsSupplier:

Public Member Functions

virtual void EnumerateFlags (TSet< FName > &OutFlags)=0
 

Static Public Member Functions

static FName GetModularFeatureName ()
 

Member Function Documentation

◆ EnumerateFlags()

virtual void IStereoLayersFlagsSupplier::EnumerateFlags ( TSet< FName > &  OutFlags)
pure virtual

Adds stereo layer flags provided by this supplier to the list of all flags. Flags are unique identifiers and, if two suppliers provide a flag with the same name, only one will be kept. IStereoLayersFlagsSuppliers must not remove flags from the OutFlags parameter but should only add them.

The flags are intended to be added to StereoLayerComponents to add functionalities.

Parameters
OutFlagsThe set containing all flags

◆ GetModularFeatureName()

static FName IStereoLayersFlagsSupplier::GetModularFeatureName ( )
inlinestatic

The documentation for this class was generated from the following file: