Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Paths.h |
| Include | #include "Misc/Paths.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Paths.cpp |
static FString CreateTempFilename
&40;
const TCHAR &42; Path,
const TCHAR &42; Prefix,
const TCHAR &42; Extension
&41;
Remarks
Creates a temporary filename with the specified prefix.
Parameters
| Name | Description |
|---|---|
| Path | The file pathname. |
| Prefix | The file prefix. |
| Extension | File extension ('.' required). |