Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/TMarginSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMarginSet & AssignMargins
(
const TVector4< U >& InVector |
Assigns margins from a TVector4 to a floating-point TMarginSet |
Math/MarginSet.h | |
TMarginSet & AssignMargins
(
const TIntVector4< IntType >& InVector |
Assigns margins from a TIntVector4 |
Math/MarginSet.h | |
TMarginSet< T > & AssignMargins
(
const TMarginSet< U >& Other |
Assigns margins from another TMarginSet to a floating-point TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > & AssignMargins
(
const TMarginSet< IntType >& Other |
Assigns margins from another TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > & AssignMargins
(
const U InLeft, |
Assigns margins from four numeric values of type U to a floating-point TMarginSet |
Math/MarginSet.h | |
TMarginSet< T > & AssignMargins
(
const IntType InLeft, |
Assigns margins from four integral values of type IntType to an integral TMarginSet |
Math/MarginSet.h |
AssignMargins(const TVector4< U > &)
Description
Assigns margins from a TVector4 to a floating-point TMarginSet
Enabled only when:
- T is floating-point
- U is a built-in numeric type
- U is convertible to T
| Name | AssignMargins |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename U>
TMarginSet & AssignMargins
(
const TVector4 < U > & InVector
)
AssignMargins(const TIntVector4< IntType > &)
Description
Assigns margins from a TIntVector4
Enabled only when:
- IntType is an integral type
- IntType is convertible to T
| Name | AssignMargins |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename IntType>
TMarginSet & AssignMargins
(
const TIntVector4 < IntType > & InVector
)
Reference to this TMarginSet
Parameters
| Name | Remarks |
|---|---|
| InVector | The TIntVector4 |
AssignMargins(const TMarginSet< U > &)
Description
Assigns margins from another TMarginSet to a floating-point TMarginSet
Enabled only when:
- T is floating-point
- U is a built-in numeric type
- U is convertible to T
| Name | AssignMargins |
| 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 > & AssignMargins
(
const TMarginSet < U > & Other
)
AssignMargins(const TMarginSet< IntType > &)
Description
Assigns margins from another TMarginSet
Enabled only when:
- T and IntType are integral types
- IntType is convertible to T
| Name | AssignMargins |
| 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 > & AssignMargins
(
const TMarginSet < IntType > & Other
)
AssignMargins(const U, const U, const U, const U)
Description
Assigns margins from four numeric values of type U to a floating-point TMarginSet
Enabled only when:
- T is floating-point
- U is a built-in numeric type
- U is convertible to T
| Name | AssignMargins |
| 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 > & AssignMargins
(
const U InLeft,
const U InRight,
const U InTop,
const U InBottom
)
AssignMargins(const IntType, const IntType, const IntType, const IntType)
Description
Assigns margins from four integral values of type IntType to an integral TMarginSet
Enabled only when:
- T and IntType are integral types
- IntType is convertible to T
| Name | AssignMargins |
| 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 > & AssignMargins
(
const IntType InLeft,
const IntType InRight,
const IntType InTop,
const IntType InBottom
)