drop the minimal api specifier

This commit is contained in:
Mamadou Babaei
2024-08-16 16:37:25 +02:00
parent 3f124e4938
commit d6c05603c2
@@ -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()