Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp > API/Plugins/DisplayClusterWarp/Containers
Inheritance Hierarchy
- TSharedFromThis
- FDisplayClusterWarpEye
References
| Module | DisplayClusterWarp |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpEye.h |
| Include | #include "Containers/DisplayClusterWarpEye.h" |
Syntax
class FDisplayClusterWarpEye : public TSharedFromThis< FDisplayClusterWarpEye, ESPMode::ThreadSafe >
Remarks
WarpBlend eye data
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUpdateGeometryContext | Is geometry context data must should be updated. | |
| const uint32 | ContextNum | ||
| TOptional< FVector > | OverrideViewDirection | (Optional) is the view direction (when this value is used, it also overrides the OverrideViewTarget parameter). | |
| TOptional< FVector > | OverrideViewTarget | (optional) this a view target point. By default used AABB center. | |
| FDisplayClusterWarpViewPoint | ViewPoint | ||
| const TWeakPtr< IDisplayClusterViewport, ESPMode::ThreadSafe > | ViewportWeakPtr | ||
| TSharedPtr< IDisplayClusterWarpPolicy, ESPMode::ThreadSafe > | WarpPolicy | Warp policy. | |
| FTransform | World2LocalTransform | DCRA world2local. | |
| float | WorldScale | Current scene additional settings. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDisplayClusterWarpEye
(
const TSharedPtr< IDisplayClusterViewport, ESPMode::ThreadSafe >& InViewport, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IDisplayClusterViewport * | GetViewport () |
||
| bool | IsEqual
(
const FDisplayClusterWarpEye& InEye, |