USTRUCT (DisplayName="Generic Chooser",
Meta=(ToolTip="A ChooserTable for use in Blueprint, which can return an arbitrary Asset type or Class, and can take any number of Objects or Structs as Parameters."))
struct FGenericChooserInitializer : public FChooserInitializer
The Class of Object this Chooser returns when ResultType is set to ObjectOfType, or the Parent Class of the Classes returned by this chooser when ResultType is set to ClassOfType.