Navigation
API > API/Runtime > API/Runtime/Core
Work around used to separate pack expansion of EncodedIndices and VariantIndices in VisitImpl below when defining the Invokers array.
Ideally the line below would only need to be written as: constexpr InvokeFn Invokers[] = { &VisitApplyEncoded
Due to what appears to be a lexing bug, MSVC 2017 tries to expand EncodedIndices and VariantIndices together
| Name | TWrapper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
Syntax
template<typename T>
struct TWrapper
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FuncPtr | InvokeFn | Misc/TVariantMeta.h |