Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Utilities | Platform Availability: StateTree Tools 2.0+
Calls LaunchURL — the same function as Unreal’s built-in Launch URL Blueprint node. This opens the provided URL using the platform’s default handler, such as a web browser for https:// links.
Fire-and-forget; the task always succeeds immediately after calling it.
The URL to open.
This can be a normal web URL such as https://example.com, or any other URL scheme supported by the current platform and operating system.