Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UToolsetLibrary
Description
Returns the list of subclasses that derive from a class. Uses the Asset Registry to find native and BP subclasses.
| Name | GetDerivedClasses |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetLibrary.h |
| Include Path | #include "ToolsetRegistry/ToolsetLibrary.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolsetLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Toolset Library")
static TArray < FSoftClassPath > GetDerivedClasses
(
UClass * BaseClass
)
The list of native and BP classes that derive from the base class.
Parameters
| Name | Remarks |
|---|---|
| BaseClass | The class to get subclasses from. |