Delegate: FHTTPRequestActionEvent
// Delegate type
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FHTTPRequestActionEvent,
int32 ResponseCode,
FString ResponseString
);
// Compatible function signature
void FHTTPRequestActionEvent(
int32 ResponseCode,
FString ResponseString
);
Parameters
-
ResponseCodeint32 ResponseCode -
ResponseStringFString ResponseString
For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com