Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/USubobjectDataSubsystem
References
| Module | SubobjectDataInterface |
| Header | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include | #include "SubobjectDataSubsystem.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectDataSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="SubobjectDataSubsystem",
Meta=(DisplayName="Create New C++ Component"))
static UClass * CreateNewCPPComponent
(
TSubclassOf< UActorComponent > ComponentClass,
const FString & NewClassPath,
const FString & NewClassName
)
Remarks
Creates a new C++ component from the specified class type The user will be prompted to pick a new subclass name and code will be recompiled The new class that was created