UBlueprintPathsLibrary::Split

Parses a fully qualified or relative filename into its components (filename, path, extension).

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 Split
(
    const FString & InPath,
    FString & PathPart,
    FString & FilenamePart,
    FString & ExtensionPart
)

Remarks

Parses a fully qualified or relative filename into its components (filename, path, extension).

Parameters

Parameter

Description

Path

[out] receives the value of the path portion of the input string

Filename

[out] receives the value of the filename portion of the input string

Extension

[out] receives the value of the extension portion of the input string

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