Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Containers/TwoWayMap.h |
| Include | #include "Experimental/Containers/TwoWayMap.h" |
Syntax
template<typename ClassT, typename FirstType, typename SecondType>
struct TTwoWayMap
Remarks
Statically allocates two maps from the same array of pairs
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TMap< FirstType, SecondType > & | |||
| const TMap< SecondType, FirstType > & | |||
| void | InitIfNeeded () |
Typedefs
| Name | Description |
|---|---|
| InitListType |
Constants
| Name | Description |
|---|---|
| FirstToSecond | |
| SecondToFirst |