Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStereoLayers
Description
Get a reference to the internal FLayerDesc structure for a given layer ID Only finds layers from the top of the Push/PopLayerState stack
- Deprecated 5.6 Behavior: Implementations may choose not to implement this.
- Callers supporting pre-5.6 plugins should fallback to GetLayerDesc if this returns nullptr.
| Name | FindLayerDesc |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/IStereoLayers.h |
| Include Path | #include "IStereoLayers.h" |
virtual const FLayerDesc * FindLayerDesc
(
uint32 LayerId
) const