UClassTemplate::ReadHeader

Reads the header template text from disk.

Unreal Engine C++ API Reference > Editor > GameProjectGeneration > UClassTemplate

References

   
Module GameProjectGeneration
Header /Engine/Source/Editor/GameProjectGeneration/Public/ClassTemplateEditorSubsystem.h
Include #include "ClassTemplateEditorSubsystem.h"
Source /Engine/Source/Editor/GameProjectGeneration/Private/ClassTemplateEditorSubsystem.cpp
bool ReadHeader
(
    [FString](API\Runtime\Core\Containers\FString) & OutHeaderFileText,
    [FText](API\Runtime\Core\Internationalization\FText) & OutFailReason
) const

Remarks

Reads the header template text from disk. If failure to read from disk, returns false and provides text reason.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library