Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & Get
(
FSetElementId Id |
Return a mapped pair by internal identifier. Element must be valid (see @IsValidId). | Containers/Map.h | |
const ElementType & Get
(
FSetElementId Id |
Return a mapped pair by internal identifier. Element must be valid (see @IsValidId). | Containers/Map.h |
Get(FSetElementId)
Description
Return a mapped pair by internal identifier. Element must be valid (see @IsValidId).
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
ElementType & Get
(
FSetElementId Id
)
Get(FSetElementId)
Description
Return a mapped pair by internal identifier. Element must be valid (see @IsValidId).
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
const ElementType & Get
(
FSetElementId Id
) const