Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp > API/Plugins/DisplayClusterWarp/FDisplayClusterWarpAABB
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateAABB
(
const FVector4f& InPts |
Expand value in AABB with a new point. | Containers/DisplayClusterWarpAABB.h | |
void UpdateAABB
(
const FVector& InPts |
Expand value in AABB with a new point. | Containers/DisplayClusterWarpAABB.h | |
void UpdateAABB
(
const TArray< FVector >& InPoints |
Expand the value in AABB using the input point list. | Containers/DisplayClusterWarpAABB.h | |
void UpdateAABB
(
const FDisplayClusterWarpAABB& InAABB |
Expand the value in AABB using the input AABB. | Containers/DisplayClusterWarpAABB.h | |
void UpdateAABB
(
const FArg X, |
Expand the value in AABB with the new values. | Containers/DisplayClusterWarpAABB.h |
UpdateAABB(const FVector4f &)
Description
Expand value in AABB with a new point.
| Name | UpdateAABB |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpAABB.h |
| Include Path | #include "Containers/DisplayClusterWarpAABB.h" |
void UpdateAABB
(
const FVector4f & InPts
)
UpdateAABB(const FVector &)
Description
Expand value in AABB with a new point.
| Name | UpdateAABB |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpAABB.h |
| Include Path | #include "Containers/DisplayClusterWarpAABB.h" |
void UpdateAABB
(
const FVector & InPts
)
UpdateAABB(const TArray< FVector > &)
Description
Expand the value in AABB using the input point list.
| Name | UpdateAABB |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpAABB.h |
| Include Path | #include "Containers/DisplayClusterWarpAABB.h" |
void UpdateAABB
(
const TArray < FVector > & InPoints
)
UpdateAABB(const FDisplayClusterWarpAABB &)
Description
Expand the value in AABB using the input AABB.
| Name | UpdateAABB |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpAABB.h |
| Include Path | #include "Containers/DisplayClusterWarpAABB.h" |
void UpdateAABB
(
const FDisplayClusterWarpAABB & InAABB
)
UpdateAABB(const FArg, const FArg, const FArg)
Description
Expand the value in AABB with the new values.
| Name | UpdateAABB |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpAABB.h |
| Include Path | #include "Containers/DisplayClusterWarpAABB.h" |
template<typename FArg>
void UpdateAABB
(
const FArg X,
const FArg Y,
const FArg Z
)