Skip to content

Commit 687ae40

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

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
@@ -9,7 +9,7 @@ struct IMMUTABLE_API FImmutableUtilities
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
*
1111
* @param GameBridge Output the game bridge javascript.
12-
* @return True if the game bridge was loaded and false otherwise.
12+
* @return True if the game bridge content was sucessfully retrieved. Otherwise, false.
1313
*/
1414
static bool LoadGameBridge(FString& GameBridge);
1515
};

0 commit comments

Comments
 (0)