drop the minimal api specifier
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
* This class is a base class for any function libraries exposed to blueprints.
|
||||
* Methods in subclasses are expected to be static, and no methods should be added to this base class.
|
||||
*/
|
||||
UCLASS(Abstract, MinimalAPI)
|
||||
UCLASS(Abstract)
|
||||
class SENSEGLOVEKISMET_API USGBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
Reference in New Issue
Block a user