Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/FAddToProjectConfig
Description
Optional argument that specifies the prefix for the new class name. The user will be able to type their own name if they don't like this name. Defaults to "My" if not specified or empty.
| Name | DefaultClassPrefix |
| Type | function |
| Header File | /Engine/Source/Editor/GameProjectGeneration/Public/AddToProjectConfig.h |
| Include Path | #include "AddToProjectConfig.h" |
FAddToProjectConfig & DefaultClassPrefix
(
FString InDefaultClassPrefix
)