Navigation
API > API/Runtime > API/Runtime/BlueprintRuntime
The public interface to this module
| Name | IBlueprintRuntime |
| Type | class |
| Header File | /Engine/Source/Runtime/BlueprintRuntime/Public/BlueprintRuntime.h |
| Include Path | #include "BlueprintRuntime.h" |
Syntax
class IBlueprintRuntime : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlueprintRuntimeSettings * GetMutableBlueprintRuntimeSettings() |
BlueprintRuntime.h | ||
void PropagateWarningSettings() |
BlueprintRuntime.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IBlueprintRuntime & Get () |
Singleton-like access to this module's interface. | BlueprintRuntime.h |