Navigation
API > API/Plugins > API/Plugins/LiveCodingToolset
Live Coding compile toolset.
Exposes an MCP tool that triggers a Live Coding compile from the running editor and waits for the result, returning the compile status together with any captured LogLiveCoding output and UBT compiler diagnostics.
| Name | ULiveCodingToolset |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Toolsets/LiveCodingToolset/Source/LiveCodingToolset/Public/LiveCodingToolset.h |
| Include Path | #include "LiveCodingToolset.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class ULiveCodingToolset : public UToolsetDefinition
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UToolsetDefinition → ULiveCodingToolset
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString CompileLiveCoding () |
Triggers a Live Coding compile and waits for the result. | LiveCodingToolset.h |
|