Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUnion
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUnion () |
Default constructor. | uLang/Common/Misc/Union.h | |
| Copy constructor. | uLang/Common/Misc/Union.h | ||
TUnion
(
typename TCallTraits< TypeA >::ParamType InValue, |
Initialization constructor. | uLang/Common/Misc/Union.h | |
TUnion
(
typename TCallTraits< TypeB >::ParamType InValue, |
Initialization constructor. | uLang/Common/Misc/Union.h | |
TUnion
(
typename TCallTraits< TypeC >::ParamType InValue, |
Initialization constructor. | uLang/Common/Misc/Union.h | |
TUnion
(
typename TCallTraits< TypeD >::ParamType InValue, |
Initialization constructor. | uLang/Common/Misc/Union.h | |
TUnion
(
typename TCallTraits< TypeE >::ParamType InValue, |
Initialization constructor. | uLang/Common/Misc/Union.h | |
TUnion
(
typename TCallTraits< TypeF >::ParamType InValue, |
Initialization constructor. | uLang/Common/Misc/Union.h |
TUnion()
Description
Default constructor.
| Name | TUnion |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Union.h |
| Include Path | #include "uLang/Common/Misc/Union.h" |
TUnion()
TUnion(const TUnion &)
Description
Copy constructor.
| Name | TUnion |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Union.h |
| Include Path | #include "uLang/Common/Misc/Union.h" |
TUnion
(
const TUnion & Other
)
TUnion(typename TCallTraits< TypeA >::ParamType, TDisambiguater< 0 >)
Description
Initialization constructor.
| Name | TUnion |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Union.h |
| Include Path | #include "uLang/Common/Misc/Union.h" |
TUnion
(
typename TCallTraits < TypeA >::ParamType InValue,
TDisambiguater < 0 > Disambiguater
)
TUnion(typename TCallTraits< TypeB >::ParamType, TDisambiguater< 1 >)
Description
Initialization constructor.
| Name | TUnion |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Union.h |
| Include Path | #include "uLang/Common/Misc/Union.h" |
TUnion
(
typename TCallTraits < TypeB >::ParamType InValue,
TDisambiguater < 1 > Disambiguater
)
TUnion(typename TCallTraits< TypeC >::ParamType, TDisambiguater< 2 >)
Description
Initialization constructor.
| Name | TUnion |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Union.h |
| Include Path | #include "uLang/Common/Misc/Union.h" |
TUnion
(
typename TCallTraits < TypeC >::ParamType InValue,
TDisambiguater < 2 > Disambiguater
)
TUnion(typename TCallTraits< TypeD >::ParamType, TDisambiguater< 3 >)
Description
Initialization constructor.
| Name | TUnion |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Union.h |
| Include Path | #include "uLang/Common/Misc/Union.h" |
TUnion
(
typename TCallTraits < TypeD >::ParamType InValue,
TDisambiguater < 3 > Disambiguater
)
TUnion(typename TCallTraits< TypeE >::ParamType, TDisambiguater< 4 >)
Description
Initialization constructor.
| Name | TUnion |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Union.h |
| Include Path | #include "uLang/Common/Misc/Union.h" |
TUnion
(
typename TCallTraits < TypeE >::ParamType InValue,
TDisambiguater < 4 > Disambiguater
)
TUnion(typename TCallTraits< TypeF >::ParamType, TDisambiguater< 5 >)
Description
Initialization constructor.
| Name | TUnion |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Union.h |
| Include Path | #include "uLang/Common/Misc/Union.h" |
TUnion
(
typename TCallTraits < TypeF >::ParamType InValue,
TDisambiguater < 5 > Disambiguater
)