drop the minimal api specifier

This commit is contained in:
Mamadou Babaei
2024-08-16 18:00:55 +02:00
parent 558b82d017
commit a55e5651f7
@@ -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()