Skip to content

Commit 9891fac

Browse files
YermekGnattb8
andauthored
Update Source/Immutable/Public/Immutable/ImmutableUtilities.h
Co-authored-by: Natalie <[email protected]>
1 parent 687ae40 commit 9891fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Immutable/Public/Immutable/ImmutableUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct IMMUTABLE_API FImmutableUtilities
88
/**
99
* Loads the JavaScript game bridge file from the Web folder and retrieves its content as a string. The JavaScript game bridge facilitates two-way communication between the Immutable Unreal SDK and the Immutable TypeScript SDK.
1010
*
11-
* @param GameBridge Output the game bridge javascript.
11+
* @param GameBridge An FString reference where the JavaScript content will be stored.
1212
* @return True if the game bridge content was sucessfully retrieved. Otherwise, false.
1313
*/
1414
static bool LoadGameBridge(FString& GameBridge);

0 commit comments

Comments
 (0)