Skip to content

Commit

Permalink
Update Source/Immutable/Public/Immutable/ImmutablePassport.h
Browse files Browse the repository at this point in the history
Co-authored-by: Yermek Garifullanov <150758974+YermekG@users.noreply.github.com>
  • Loading branch information
ImmutableJeffrey and YermekG authored Oct 16, 2024
1 parent 68f8fb3 commit 02b1f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Immutable/Public/Immutable/ImmutablePassport.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class IMMUTABLE_API UImmutablePassport : public UObject
* @param Data The data to be passed to the JavaScript action as FString.
* @param ClientResponseDelegate Delegate to handle the response from the client.
* @param HandleJSResponse Delegate to handle the response from the JavaScript function.
* @param bCheckInitialized (Optional) If true, check if the passport is initialized. Else, initialized checks are skipped.
* @param bCheckInitialized (Optional) If true, check if the passport is initialised. Else, initialised checks are skipped.
*/
void CallJS(const FString& Action, const FString& Data, const FImtblPassportResponseDelegate& ClientResponseDelegate, const FImtblJSResponseDelegate& HandleJSResponse, const bool bCheckInitialized = true);

Expand Down

0 comments on commit 02b1f11

Please sign in to comment.