Delegate: FNBQuerySubscribeStarAPIActionEvent

// Delegate type
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FNBQuerySubscribeStarAPIActionEvent,
    FString Result
);

// Compatible function signature
void FNBQuerySubscribeStarAPIActionEvent(
    FString Result
);

Event fired when a UNBQuerySubscribeStarAPIAction action completes or fails.


Parameters






For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com