unreal.ObjectChooserResultType

class unreal.ObjectChooserResultType

Bases: EnumBase

EObject Chooser Result Type

C++ Source:

  • Plugin: Chooser

  • Module: Chooser

  • File: IHasContext.h

CLASS_RESULT: ObjectChooserResultType = Ellipsis

The Chooser returns a Class that is a SubClass of the specified Result Class (eg a chooser could return a type of Character to spawn, or a type of AnimInstance to link)

Type:

1

OBJECT_RESULT: ObjectChooserResultType = Ellipsis

The Chooser returns an Object of the specified Result Class

Type:

0