AttributesViewGetDefaultImpl::MakeJumpTable

Build jump table at compile time, a separate instantiation of Dispatch for each view type.

Windows
MacOS
Linux

References

Module

MeshDescription

Header

/Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h

Include

#include "MeshAttributeArray.h"

Syntax

namespace AttributesViewGetDefaultImpl
{
    template<typename ViewType, uint32... Is>
    static constexpr JumpTableType< ViewType > AttributesViewGetDefaultImpl::MakeJumpTable
    (
        TIntegerSequence< uint32, Is... >
    )
}

Remarks

Build jump table at compile time, a separate instantiation of Dispatch for each view type.

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