Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include | #include "Misc/TVariantMeta.h" |
Syntax
template<typename T>
struct TWrapper
Remarks
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
Constants
| Name | Description |
|---|---|
| FuncPtr |