Navigation
API > API/Plugins > API/Plugins/LiveCodingToolset > API/Plugins/LiveCodingToolset/ULiveCodingToolset
Description
Triggers a Live Coding compile and waits for the result. Live Coding must be enabled in Editor Preferences.
| Name | CompileLiveCoding |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/LiveCodingToolset/Source/LiveCodingToolset/Public/LiveCodingToolset.h |
| Include Path | #include "LiveCodingToolset.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/LiveCodingToolset/Source/LiveCodingToolset/Private/LiveCodingToolset.cpp |
UFUNCTION (Meta=(AICallable), Category="LiveCodingToolset")
static FString CompileLiveCoding()
The compile result status followed by any compiler output (errors, warnings, etc).