Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/TVariant.h |
| Include | #include "Misc/TVariant.h" |
template<typename Func, typename... Variants, std::enable_if_t<< std::decay_t< Variants > > &&...)), int >>
decltype(auto) Visit
(
Func && Callable,
Variants &&... Args
)
Remarks
Apply a visitor function to the list of variants