FPaths::CreateTempFilename

Creates a temporary filename with the specified prefix.

Windows
MacOS
Linux

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

Syntax

static FString CreateTempFilename
(
    const TCHAR * Path,
    const TCHAR * Prefix,
    const TCHAR * Extension
)

Remarks

Creates a temporary filename with the specified prefix.

Parameters

Parameter

Description

Path

The file pathname.

Prefix

The file prefix.

Extension

File extension ('.' required).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss