Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/FAddToProjectConfig
Description
Optional argument that specifies the default name for the new class being added. The user will be able to type their own name if they don't like this name. If empty, defaults to the name of the inherited class.
| Name | DefaultClassName |
| Type | function |
| Header File | /Engine/Source/Editor/GameProjectGeneration/Public/AddToProjectConfig.h |
| Include Path | #include "AddToProjectConfig.h" |
FAddToProjectConfig & DefaultClassName
(
FString InDefaultClassName
)