Navigation
Unreal Engine C++ API Reference > Runtime > Engine > IStereoLayers
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/IStereoLayers.h |
Include | #include "IStereoLayers.h" |
void SetLayerDesc
(
uint32 LayerId,
const FLayerDesc & InLayerDesc
)
Remarks
Set the a new layer description
Parameters
Name | Description |
---|---|
LayerId | The ID of layer to be set the description |
InLayerDesc | The new description to be set |