Delegate: FNBSSHTTPRequestActionEvent

// Delegate type
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FNBSSHTTPRequestActionEvent,
    int32 ResponseCode,
    FString ResponseString
);

// Compatible function signature
void FNBSSHTTPRequestActionEvent(
    int32 ResponseCode,
    FString ResponseString
);


Parameters






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