Navigation
API > API/Runtime > API/Runtime/MeshDescription
References
| Module | MeshDescription |
| Header | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include | #include "MeshAttributeArray.h" |
namespace ForEachConstImpl
{
template<typename ElementIDType, typename ForEachFunc, uint32... Is>
static JumpTableType < ElementIDType, ForEachFunc > ForEachConstImpl::MakeJumpTable
(
TIntegerSequence < uint32 , Is... >
)
}
Remarks
Build ForEach jump table at compile time, a separate instantiation of Dispatch for each attribute type.