UBlueprintPathsLibrary::ValidatePath

Validates that the parts that make up the path contain no invalid characters as dictated by the operating system

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPathsLibrary.h

Include

#include "Kismet/BlueprintPathsLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/Kismet/BlueprintPathsLibrary.cpp

Syntax

static void ValidatePath
(
    const FString & InPath,
    bool & bDidSucceed,
    FText & OutReason
)

Remarks

Validates that the parts that make up the path contain no invalid characters as dictated by the operating system

that this is a different set of restrictions to those imposed by FPackageName

Parameters

Parameter

Description

InPath

path to validate

OutReason

If validation fails, this is filled with the failure reason

bDidSucceed

Whether the path could be validated

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