Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
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 |
static void Split
&40;
const FString & InPath,
FString & PathPart,
FString & FilenamePart,
FString & ExtensionPart
&41;
Remarks
Parses a fully qualified or relative filename into its components (filename, path, extension).
Parameters
Name | Description |
---|---|
InPath | [in] Full filename path |
PathPart | [out] receives the value of the path portion of the input string |
FilenamePart | [out] receives the value of the filename portion of the input string |
ExtensionPart | [out] receives the value of the extension portion of the input string |