Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/UClassTemplate
Description
Reads the header template text from disk. If failure to read from disk, returns false and provides text reason.
| Name | ReadHeader |
| Type | function |
| Header File | /Engine/Source/Editor/GameProjectGeneration/Public/ClassTemplateEditorSubsystem.h |
| Include Path | #include "ClassTemplateEditorSubsystem.h" |
| Source | /Engine/Source/Editor/GameProjectGeneration/Private/ClassTemplateEditorSubsystem.cpp |
bool ReadHeader
(
FString & OutHeaderFileText,
FText & OutFailReason
) const