Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/FEquirectProps > API/Runtime/Engine/Components/FEquirectProps/op_cmp_eq
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/StereoLayerComponent.h |
| Include | #include "Components/StereoLayerComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/StereoLayerComponent.cpp |
bool operator==
(
const class UStereoLayerShapeEquirect & Other
) const
Remarks
Compares FEquirectProps with an UStereoLayerShapeEquirect true if the are equal, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The UStereoLayerShapeEquirect to compare with. |