Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GeneratedCodeHelpers.h |
| Include | #include "GeneratedCodeHelpers.h" |
Syntax
template<typename IndexType, typename ValueType>
struct TSwitchPair
Specializations
TSwitchPair< IndexType, ValueType * >
Variables
| Type | Name | Description | |
|---|---|---|---|
| const IndexType & | IndexRef | ||
| ValueType & | ValueRef |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSwitchPair
(
const IndexType& InIndexRef, |