ENDISkelMesh_AdjacencyTriangleIndexFormat::Type

This enum must match the order in NiagaraDataInterfaceSkeletalMesh.ush.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSettings.h

Include

#include "NiagaraSettings.h"

Syntax

namespace ENDISkelMesh_AdjacencyTriangleIndexFormat
{
    enum Type
    {
        Full    = 0,
        Half    = 1,
    }
}

Values

Name

Description

Full

32 bits per entry. Allow for the full int32 range of triangles (2 billion).

Half

16 bits per entry. Allow for half (int16) range of triangles (64k).

Remarks

This enum must match the order in NiagaraDataInterfaceSkeletalMesh.ush.

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