TVariantStorage::GetValueAsIndexedType

Interpret the underlying data as the type in the variant parameter pack at the compile-time index.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/TVariantMeta.h"

Syntax

template<SIZE_T N>
auto & GetValueAsIndexedType()

Remarks

Interpret the underlying data as the type in the variant parameter pack at the compile-time index. This function is used to implement Visit and should not be used directly

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