FPaths::ValidatePath

Validates that the parts that make up the path contain no invalid characters as dictated by the operating system Note that this is a different set of restrictions to those imposed by [FPackageName](API\Runtime\CoreUObject\Misc\FPackageName)

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 bool ValidatePath
(
    const FString & InPath,
    FText * OutReason
)

Remarks

Validates that the parts that make up the path contain no invalid characters as dictated by the operating system Note that this is a different set of restrictions to those imposed by FPackageName

Parameters

Parameter

Description

InPath

path to validate

OutReason

optional parameter to fill with the failure reason

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