Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/TMarginSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMarginSet< T > operator/
(
const U InDivisor |
Divides each margin of a floating-point TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > operator/
(
const TIntPoint< IntType >& Divisor |
Divides each margin of a TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > operator/
(
const TIntVector2< IntType >& Divisor |
Divides each margin of a TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > operator/
(
const TVector2< U >& Divisor |
Divides each margin of a TMarginSet |
Math/MarginSet.h |
operator/(const U)
Description
Divides each margin of a floating-point TMarginSet
| Name | operator/ |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename U>
TMarginSet < T > operator/
(
const U InDivisor
) const
A TMarginSet
Parameters
| Name | Remarks |
|---|---|
| InDivisor | Scalar divisor applied to all margins. |
operator/(const TIntPoint< IntType > &)
Description
Divides each margin of a TMarginSet
- Left and Right are divided by Divisor.X
- Top and Bottom are divided by Divisor.Y
| Name | operator/ |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename IntType>
TMarginSet < T > operator/
(
const TIntPoint < IntType > & Divisor
) const
A TMarginSet
Parameters
| Name | Remarks |
|---|---|
| Divisor | The TIntPoint |
operator/(const TIntVector2< IntType > &)
Description
Divides each margin of a TMarginSet
- Left/Right are divided by Divisor.X
- Top/Bottom are divided by Divisor.Y
| Name | operator/ |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename IntType>
TMarginSet < T > operator/
(
const TIntVector2 < IntType > & Divisor
) const
A TMarginSet
Parameters
| Name | Remarks |
|---|---|
| Divisor | The TIntVector2 |
operator/(const TVector2< U > &)
Description
Divides each margin of a TMarginSet
- Left/Right are divided by Divisor.X
- Top/Bottom are divided by Divisor.Y
| Name | operator/ |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename U>
TMarginSet < T > operator/
(
const TVector2 < U > & Divisor
)