Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/TMarginSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & operator[]
(
EMarginSetSideIndex SideIndex |
Provides indexed access to a margin side value. | Math/MarginSet.h | |
const T & operator[]
(
EMarginSetSideIndex SideIndex |
Provides read-only indexed access to a margin side value. | Math/MarginSet.h | |
T & operator[]
(
int32 Index |
Provides indexed access to a margin side value by numeric index. | Math/MarginSet.h | |
const T & operator[]
(
int32 Index |
Provides read-only indexed access to a margin side value by numeric index. | Math/MarginSet.h |
operatorEMarginSetSideIndex
Description
Provides indexed access to a margin side value.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
T & operator[]
(
EMarginSetSideIndex SideIndex
)
Reference to the corresponding side value.
Parameters
| Name | Remarks |
|---|---|
| SideIndex | Enum value specifying which margin side to access. |
operatorEMarginSetSideIndex
Description
Provides read-only indexed access to a margin side value.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
const T & operator[]
(
EMarginSetSideIndex SideIndex
) const
Const reference to the corresponding side value.
Parameters
| Name | Remarks |
|---|---|
| SideIndex | Enum value specifying which margin side to access. |
operatorint32
Description
Provides indexed access to a margin side value by numeric index.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
T & operator[]
(
int32 Index
)
Reference to the corresponding side value.
Parameters
| Name | Remarks |
|---|---|
| Index | Zero-based index of the side to access: 0 = Left, 1 = Right, 2 = Top, 3 = Bottom. |
operatorint32
Description
Provides read-only indexed access to a margin side value by numeric index.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Math/MarginSet.h |
| Include Path | #include "Math/MarginSet.h" |
const T & operator[]
(
int32 Index
) const
Const reference to the corresponding side value.
Parameters
| Name | Remarks |
|---|---|
| Index | Zero-based index of the side to access: 0 = Left, 1 = Right, 2 = Top, 3 = Bottom. |