Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | EObjectChooserResultType |
| Type | enum |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/IHasContext.h |
| Include Path | #include "IHasContext.h" |
Syntax
enum EObjectChooserResultType
{
UMETA =(DisplayName = "Object Of Type"),
UMETA =(DisplayName = "SubClass Of"),
UMETA =(Hidden),
}
Values
| Name | Remarks |
|---|---|
| UMETA | The Chooser returns an Object of the specified Result Class. |
| UMETA | 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) |
| UMETA | The Chooser returns nothing, but can write to one or more outputs (useful if you are only interested in returning integral types like a float or string) |