unreal.GeometryScriptIndexType

class unreal.GeometryScriptIndexType

Bases: EnumBase

List Types

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: GeometryScriptTypes.h

ANY: GeometryScriptIndexType

Index lists of Any type are compatible with any other index list type

Type:

0

MATERIAL_ID: GeometryScriptIndexType

3

POLYGROUP_ID: GeometryScriptIndexType

4

TRIANGLE: GeometryScriptIndexType

1

VERTEX: GeometryScriptIndexType

2