FPathViews

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/PathViews.h

Include

#include "Misc/PathViews.h"

Syntax

class FPathViews

Functions

Name Description

Public function Static

FStringView

 

GetBaseFilename

(
    const FStringView& InPath
)

Returns the portion of the path after the last separator and before the last dot.

Public function Static

FStringView

 

GetBaseFilenameWithPath

(
    const FStringView& InPath
)

Returns the portion of the path before the last dot.

Public function Static

FStringView

 

GetCleanFilename

(
    const FStringView& InPath
)

Returns the portion of the path after the last separator.

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