![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IStereoLayersFlagsSupplier.h>
Inheritance diagram for IStereoLayersFlagsSupplier:Public Member Functions | |
| virtual void | EnumerateFlags (TSet< FName > &OutFlags)=0 |
Static Public Member Functions | |
| static FName | GetModularFeatureName () |
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.
| OutFlags | The set containing all flags |