TJumpTable

Class which implements a function jump table to be automatically generated at compile time.

Windows
MacOS
Linux

References

Module

MeshDescription

Header

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

Include

#include "MeshAttributeArray.h"

Syntax

template<typename FnType, uint32 Size>
struct TJumpTable

Remarks

Class which implements a function jump table to be automatically generated at compile time. This is used by TAttributesSet to provide O(1) dispatch by attribute type at runtime.

Variables

Name Description

Public variable

FnType *[Si...

 

Fns

Constructors

Name Description

Public function

TJumpTable

(
    T... Ts
)

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