Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIndexedContainerIterator< ContainerType, ElementType, SizeType > operator+
(
SizeType Offset, |
Operator + | Containers/Array.h | |
TMemoryView< DataType > operator+
(
const TMemoryView< DataType >& View, |
Advances the start of the view by an offset, which is clamped to stay within the view. | Memory/MemoryView.h | |
TMemoryView< DataType > operator+
(
uint64 Offset, |
Advances the start of the view by an offset, which is clamped to stay within the view. | Memory/MemoryView.h | |
FResourceSizeEx operator+
(
FResourceSizeEx InLHS, |
Add two FResourceSizeEx instances together and return a copy. | ProfilingDebugging/ResourceSize.h |
operator+(SizeType, TIndexedContainerIterator< ContainerType, ElementType, SizeType >)
Description
Operator +
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
template<typename ContainerType, typename ElementType, typename SizeType>
TIndexedContainerIterator < ContainerType, ElementType, SizeType > operator+
(
SizeType Offset,
TIndexedContainerIterator < ContainerType, ElementType, SizeType > RHS
)
operator+(const TMemoryView< DataType > &, uint64)
Description
Advances the start of the view by an offset, which is clamped to stay within the view.
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/MemoryView.h |
| Include Path | #include "Memory/MemoryView.h" |
template<typename DataType>
TMemoryView < DataType > operator+
(
const TMemoryView < DataType > & View,
uint64 Offset
)
operator+(uint64, const TMemoryView< DataType > &)
Description
Advances the start of the view by an offset, which is clamped to stay within the view.
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/MemoryView.h |
| Include Path | #include "Memory/MemoryView.h" |
template<typename DataType>
TMemoryView < DataType > operator+
(
uint64 Offset,
const TMemoryView < DataType > & View
)
operator+(FResourceSizeEx, const FResourceSizeEx &)
Description
Add two FResourceSizeEx instances together and return a copy.
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ResourceSize.h |
| Include Path | #include "ProfilingDebugging/ResourceSize.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/ResourceSize.cpp |
FResourceSizeEx operator+
(
FResourceSizeEx InLHS,
const FResourceSizeEx & InRHS
)