Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserVirtualPathTree.h |
Include |
#include "ContentBrowserVirtualPathTree.h" |
class FContentBrowserVirtualPathTree
Tree of virtual paths ending where internal paths start. Used for conversion of paths and during enumerate.
Name | Description | |
---|---|---|
|
FContentBrowserVirtualPathTree() |
Name | Description | ||
---|---|---|---|
|
CachePath ( |
Adds the specified path to the tree, creating nodes as needed and calling OnPathAdded for any new paths added. |
|
|
EnumerateAllPaths ( |
Enumerate all of the paths we know about |
|
|
EnumerateSubPaths ( |
Recursively enumerates all child paths from the specified base path relative to this node |
|
|
GetAllocatedSize() |
||
|
GetAllPaths |
Get all of the paths we know about |
|
|
GetMountPointFromPath ( |
Returns name of the first folder in a path Removes starting forward slash and Classes_ prefix Example: "/Classes_A/Textures" returns "A" and sets bOutHadClassesPrefix=true |
|
|
GetParentPath ( |
Returns name of parent virtual path when given a virtual path |
|
|
GetSubPaths |
Recursively gathers all child paths from the specified base path relative to this node |
|
|
const TMap< ... |
GetVirtualToInternalMounts() |
Returns reference to map that allows looking up an internal path when given a virtual path |
|
NumPaths() |
Returns number of paths in total |
|
|
PathExists ( |
Checks whether the given path is one that we know about |
|
|
PathExists |
Checks whether the given path is one that we know about |
|
|
RemovePath ( |
Removes the specified path from the tree, calling OnPathRemoved for any existing paths removed. |
|
|
Reset() |
Clears all paths |
|
|
EContentBrow... |
TryConvertVirtualPathToInternal ( |
Tries to converts virtual path into an internal path. |
|
EContentBrow... |
TryConvertVirtualPathToInternal ( |
Tries to converts virtual path into an internal path. |
|
EContentBrow... |
TryConvertVirtualPathToInternal |
Tries to converts virtual path into an internal path. |