Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UToolsetLibrary
Description
Returns the list of substructs that derive from a struct. Iterates all loaded UScriptStruct objects to find matching substructs.
| Name | GetDerivedStructs |
| 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 < UScriptStruct * > GetDerivedStructs
(
UScriptStruct * BaseStruct
)
The list of loaded structs that derive from the base struct.
Parameters
| Name | Remarks |
|---|---|
| BaseStruct | The struct to get substructs from. |