![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TwoWayMap.h>
Public Types | |
| typedef TArray< TPair< FirstType, SecondType > > | InitListType |
Static Public Member Functions | |
| static const TMap< FirstType, SecondType > & | GetFirstToSecond () |
| static const TMap< SecondType, FirstType > & | GetSecondToFirst () |
| static void | InitIfNeeded () |
Static Protected Attributes | |
| static TMap< FirstType, SecondType > | FirstToSecond = TMap<FirstType, SecondType>() |
| static TMap< SecondType, FirstType > | SecondToFirst = TMap<SecondType, FirstType>() |
Statically allocates two maps from the same array of pairs
| typedef TArray<TPair<FirstType, SecondType> > TTwoWayMap< ClassT, FirstType, SecondType >::InitListType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprotected |
|
inlinestaticprotected |