Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/TMarginSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMarginSet< T > operator*
(
const IntType InScale |
Multiplies each margin of a TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > operator*
(
const U InScale |
Multiplies each margin of a floating-point TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > operator*
(
const TIntPoint< IntType >& Scale |
Multiplies each margin of a TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > operator*
(
const TIntVector2< IntType >& Scale |
Multiplies each margin of a TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > operator*
(
const TVector2< U >& Scale |
Multiplies each margin of a TMarginSet |
Math/MarginSet.h |
operator*(const IntType)
Description
Multiplies each margin of a 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 IntType>
TMarginSet < T > operator*
(
const IntType InScale
) const
A TMarginSet
Parameters
| Name | Remarks |
|---|---|
| InScale | Integral multiplier applied to all margins. |
operator*(const U)
Description
Multiplies 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 InScale
) const
A TMarginSet
Parameters
| Name | Remarks |
|---|---|
| InScale | Scalar multiplier applied to all margins. |
operator*(const TIntPoint< IntType > &)
Description
Multiplies each margin of a TMarginSet
- Left and Right are multiplied by Scale.X
- Top and Bottom are multiplied by Scale.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 > & Scale
) const
A TMarginSet
Parameters
| Name | Remarks |
|---|---|
| Scale | The TIntPoint |
operator*(const TIntVector2< IntType > &)
Description
Multiplies each margin of a TMarginSet
- Left and Right are multiplied by Scale.X
- Top and Bottom are multiplied by Scale.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 > & Scale
) const
A TMarginSet
Parameters
| Name | Remarks |
|---|---|
| Scale | The TIntVector2 |
operator*(const TVector2< U > &)
Description
Multiplies each margin of a TMarginSet
- Left and Right are multiplied by Scale.X
- Top and Bottom are multiplied by Scale.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 > & Scale
) const