Navigation API > API/Plugins > API/Plugins/Chooser References Module Chooser Header /Engine/Plugins/Chooser/Source/Chooser/Public/IHasContext.h Include #include "IHasContext.h" Syntax enum EObjectChooserResultType { ObjectResult, ClassResult, } Copy full snippetenum EObjectChooserResultType { ObjectResult, ClassResult, } Values Name Description ObjectResult The Chooser returns an Object of the specified Result Class. ClassResult 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)