Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UToolsetRegistrySubsystem
Description
Get the toolset registry subsystem. Optionally log a warning if passed a non-empty string (the warning message will start with the passed-in string).
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetRegistrySubsystem.h |
| Include Path | #include "ToolsetRegistry/ToolsetRegistrySubsystem.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolsetRegistrySubsystem.cpp |
static TValueOrError < TObjectPtr < UToolsetRegistrySubsystem >, FString > Get
(
const FString & WarningMessage
)