Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStereoLayersFlagsSupplier
Description
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.
| Name | EnumerateFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/IStereoLayersFlagsSupplier.h |
| Include Path | #include "IStereoLayersFlagsSupplier.h" |
void EnumerateFlags
(
TSet < FName > & OutFlags
)
Parameters
| Name | Remarks |
|---|---|
| OutFlags | The set containing all flags |