Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/TMarginSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMarginSet () |
Default constructor.The default margin size is zero on all four sides. | Math/MarginSet.h | |
!std ::is_convertible_v< U, T > TMarginSet
(
const U InAll |
Constructs a floating-point TMarginSet from a single arithmetic value U. | Math/MarginSet.h | |
!std ::is_convertible_v< U, T > TMarginSet
(
const TMarginSet< U >& Other |
Constructs a floating-point TMarginSet from another TMarginSet. | Math/MarginSet.h | |
!std ::is_convertible_v< U, T > TMarginSet
(
const TVector4< U >& Vec |
Constructs a floating-point TMarginSet from a TVector4. | Math/MarginSet.h | |
!std ::is_convertible_v< IntType, T > TMarginSet
(
const TIntVector4< IntType >& Vec |
Constructs a TMarginSet from a TIntVector4 with integral elements. | Math/MarginSet.h | |
!std ::is_convertible_v< U, T > TMarginSet
(
const U InLeft, |
Constructs a floating-point TMarginSet from four values of type U. | Math/MarginSet.h | |
!std ::is_convertible_v< IntType, T > TMarginSet
(
const IntType InLeft, |
Constructs an integral TMarginSet from four integral values of type U. | Math/MarginSet.h |
TMarginSet()
Description
Default constructor.
The default margin size is zero on all four sides.
| Name | TMarginSet |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
TMarginSet()
TMarginSet(const U)
Description
Constructs a floating-point TMarginSet from a single arithmetic value U.
Enabled only when T is floating-point and U is a built-in numeric type. Conversion is explicit if U is not implicitly convertible to T.
| Name | TMarginSet |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename U>
!std ::is_convertible_v< U, T > TMarginSet
(
const U InAll
)
TMarginSet(const TMarginSet< U > &)
Description
Constructs a floating-point TMarginSet from another TMarginSet.
Enabled only when T is floating-point and U is a built-in numeric type. Conversion is explicit if U is not implicitly convertible to T.
| Name | TMarginSet |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename U>
!std ::is_convertible_v< U, T > TMarginSet
(
const TMarginSet < U > & Other
)
TMarginSet(const TVector4< U > &)
Description
Constructs a floating-point TMarginSet from a TVector4.
Enabled only when T is floating-point and U is a built-in numeric type. Conversion is explicit if U is not implicitly convertible to T.
| Name | TMarginSet |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename U>
!std ::is_convertible_v< U, T > TMarginSet
(
const TVector4 < U > & Vec
)
TMarginSet(const TIntVector4< IntType > &)
Description
Constructs a TMarginSet from a TIntVector4 with integral elements.
Enabled only when U is an integral type. Conversion is explicit if U is not implicitly convertible to T.
| Name | TMarginSet |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename IntType>
!std ::is_convertible_v< IntType, T > TMarginSet
(
const TIntVector4 < IntType > & Vec
)
TMarginSet(const U, const U, const U, const U)
Description
Constructs a floating-point TMarginSet from four values of type U.
Enabled only when T is floating-point and U is a built-in numeric type. Conversion is explicit if U is not implicitly convertible to T.
| Name | TMarginSet |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename U>
!std ::is_convertible_v< U, T > TMarginSet
(
const U InLeft,
const U InRight,
const U InTop,
const U InBottom
)
TMarginSet(const IntType, const IntType, const IntType, const IntType)
Description
Constructs an integral TMarginSet from four integral values of type U.
Enabled only when both T and U are integral types. Conversion is explicit if U is not implicitly convertible to T.
| Name | TMarginSet |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename IntType>
!std ::is_convertible_v< IntType, T > TMarginSet
(
const IntType InLeft,
const IntType InRight,
const IntType InTop,
const IntType InBottom
)