Navigation
BlueprintAPI > BlueprintAPI/SubobjectDataSubsystem
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
Target is Subobject Data Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| class | Component Class | |
| string | New Class Path | |
| string | New Class Name |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| class | Return Value | The new class that was created |