Hi there
I’m struggling with this stupid issue where it states
\Program Files\Epic Games\UE_4.18(48,16): error: call to non-static member function without an object argument
UATHelper: Packaging (iOS):
UATHelper: Packaging (iOS): ProcessEvent(FindFunctionChecked(NAME_Aaccessactorios_Succesfulshare),NULL);
What I did was implementing a function that would trigger an Event(BlueprintimplementableEvent)
In Accessactorios.h
UFUNCTION(BlueprintImplementableEvent, Category = “Share controller”)
static void Succesfulshare();