UE4Variant_Details::EncodeIndices

Encode the stored index of a bunch of variants into a single value used to lookup a Visit invocation function

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/TVariantMeta.h"

Syntax

namespace UE4Variant_Details
{
    template<typename T>
    SIZE_T UE4Variant_Details::EncodeIndices
    (
        const T & Variant
    )
}

Remarks

Encode the stored index of a bunch of variants into a single value used to lookup a Visit invocation function

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