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
-
ResultFString ResultThe result of a query from a
UNBQuerySubscribeStarAPIAction, usually a JSON string
For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com