Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/TMarginSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
explicit
(
!std::is_convertible_v< IntType, T > |
Constructs an integral TMarginSet from a single integral value U. | Math/MarginSet.h | |
explicit
(
!std::is_convertible_v< IntType, T > |
Constructs an integral TMarginSet from another TMarginSet. | Math/MarginSet.h |
explicit(!std::is_convertible_v< IntType, T >)
Description
Constructs an integral TMarginSet from a single integral value U.
Enabled only when both T and U are integral types. Conversion is explicit if U is not implicitly convertible to T.
| Name | explicit |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename IntType>
explicit
(
!std::is_convertible_v< IntType, T >
) const
explicit(!std::is_convertible_v< IntType, T >)
Description
Constructs an integral TMarginSet from another TMarginSet.
Enabled only when both T and U are integral types. Conversion is explicit if U is not implicitly convertible to T.
| Name | explicit |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
template<typename IntType>
explicit
(
!std::is_convertible_v< IntType, T >
) const