plugin’s class (still) is not marked for exporting from module. As said there, changing class definition to
UCLASS()
class ADVANCEDSESSIONS_API UAdvancedSessionsLibrary : public UBlueprintFunctionLibrary
will let your code compile
plugin’s class (still) is not marked for exporting from module. As said there, changing class definition to
UCLASS()
class ADVANCEDSESSIONS_API UAdvancedSessionsLibrary : public UBlueprintFunctionLibrary
will let your code compile