TSwitchPair

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeneratedCodeHelpers.h

Include

#include "GeneratedCodeHelpers.h"

Syntax

template<typename IndexType, typename ValueType>
struct TSwitchPair

Specializations

Variables

Name Description

Public variable

const IndexType...

 

IndexRef

Public variable

ValueType &

 

ValueRef

Constructors

Name Description

Public function

TSwitchPair

(
    const IndexType& InIndexRef,
    ValueType& InValueRef
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss