Navigation
API > API/Runtime > API/Runtime/Core
| Name | TBijectionMaps |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Containers/TwoWayMap.h |
| Include Path | #include "Experimental/Containers/TwoWayMap.h" |
Syntax
template<typename DomainType, typename RangeType>
struct TBijectionMaps
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Experimental/Containers/TwoWayMap.h | |||
constexpr TBijectionMaps
(
const std::initializer_list< FPairValue >& InitList |
Experimental/Containers/TwoWayMap.h |
Structs
| Name | Remarks |
|---|---|
| FPairValue |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Image | TMap< DomainType, RangeType > | Experimental/Containers/TwoWayMap.h | ||
| PreImage | TMap< RangeType, DomainType > | Experimental/Containers/TwoWayMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const DomainType * Find
(
const RangeType& InValue |
Experimental/Containers/TwoWayMap.h | ||
const RangeType * Find
(
const DomainType& InValue |
Experimental/Containers/TwoWayMap.h | ||
const DomainType & FindChecked
(
const RangeType& InValue |
Experimental/Containers/TwoWayMap.h | ||
const RangeType & FindChecked
(
const DomainType& InValue |
Experimental/Containers/TwoWayMap.h |