Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemPath.h |
Include |
#include "ContentBrowserItemPath.h" |
class FContentBrowserItemPath
Hold multiple versions of a path as FNames
Path conversion each time Set is called
Name | Description | |
---|---|---|
|
FContentBrowserItemPath() |
|
|
FContentBrowserItemPath |
|
|
FContentBrowserItemPath ( |
|
|
FContentBrowserItemPath ( |
|
|
FContentBrowserItemPath ( |
Name | Description | ||
---|---|---|---|
|
GetInternalPathName() |
Returns internal path if there is one (eg,. "/PluginA/MyFile"). |
|
|
GetInternalPathString() |
Returns internal path as newly allocated FString if there is one or empty FString (eg,. "/PluginA/MyFile"). |
|
|
GetVirtualPathName() |
Returns virtual path as FName (eg, "/All/Plugins/PluginA/MyFile"). |
|
|
GetVirtualPathString() |
Returns virtual path as newly allocated FString (eg, "/All/Plugins/PluginA/MyFile"). |
|
|
HasInternalPath() |
Returns true if there is an internal path |
|
|
SetPathFromName ( |
||
|
SetPathFromString ( |
Set the path being stored |
Name | Description | ||
---|---|---|---|
|
operator== ( |