Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStereoLayers > API/Runtime/Engine/IStereoLayers/FLayerDesc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & GetShape () |
Returns Shape cast to the supplied type. It's up to the caller to have ensured the cast is valid before calling this method. | IStereoLayers.h | |
const T & GetShape () |
IStereoLayers.h |
GetShape()
Description
Returns Shape cast to the supplied type. It's up to the caller to have ensured the cast is valid before calling this method.
| Name | GetShape |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/IStereoLayers.h |
| Include Path | #include "IStereoLayers.h" |
template<typename T>
T & GetShape()
GetShape()
| Name | GetShape |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/IStereoLayers.h |
| Include Path | #include "IStereoLayers.h" |
template<typename T>
const T & GetShape() const