Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/SourceProject > API/Runtime/VerseCompiler/uLang/SourceProject/IFileSystem
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/IFileSystem.h |
| Include | #include "uLang/SourceProject/IFileSystem.h" |
bool MakeTempFile
(
CUTF8String & OutFilename
)
Remarks
Creates a temporary file. The name is guaranteed to be unique.
true_ if the temporary file was created successfully, false_ otherwise.
Parameters
| Name | Description |
|---|---|
| OutFilename | Storage for the temporary filename. |