unreal.CreateObjectTypeHint

class unreal.CreateObjectTypeHint

Bases: unreal.EnumBase

Hint for the type of mesh object a UModelingObjectsCreationAPI might create based on FCreateMeshObjectParams data. This can be used by clients to try to specify the type of object to emit, however there is no guarantee that an API implementation supports creating all types.

C++ Source:

  • Plugin: MeshModelingToolset

  • Module: ModelingComponents

  • File: ModelingObjectsCreationAPI.h

DYNAMIC_MESH_ACTOR

3

STATIC_MESH

1

UNDEFINED

0

VOLUME

2