Skip to content

ULaunchableScriptFunctionLibrary

Blueprint function library for launching external scripts.

Provides Blueprint-accessible functions for managing script execution.

class ULaunchableScriptFunctionLibrary : public UBlueprintFunctionLibrary

Methods

LaunchScript

static inline void LaunchScript(FLaunchableScript &InScript)

Launches the script described by the LaunchableScript struct.

Parameters

  • InScript (FLaunchableScript)

KillScript

static inline bool KillScript(FLaunchableScript &InScript)

Kills the currently running script process.

Parameters

  • InScript (FLaunchableScript)

Source: Source/ScholaTraining/Public/TrainingUtils/LaunchableScriptFunctionLibrary.h