Visit

Apply a visitor function to the list of variants

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TVariant.h

Include

#include "Misc/TVariant.h"

Syntax

template<typename Func, typename... Variants, typename>
decltype(auto) Visit
(
    Func && Callable,
    Variants &&... Args
)

Remarks

Apply a visitor function to the list of variants

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