Navigation
API > API/Plugins > API/Plugins/WorkspaceEditor > API/Plugins/WorkspaceEditor/FWorkspaceOutlinerItemExport
Description
Returns all valid FSoftObjectPaths found in path segments, starting from the end. e.g:
- "SoftObjectPath" - "Foo" - "SoftObjectPathTwo" - "Bar" will return "SoftObjectPathTwo", "SoftObjectPath"
- "Foo" - "SoftObjectPath" - "SoftObjectPathTwo" - "Bar" will also return "SoftObjectPathTwo", "SoftObjectPath"
| Name | GetAssetPaths |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Workspace/Source/WorkspaceEditor/Public/WorkspaceAssetRegistryInfo.h |
| Include Path | #include "WorkspaceAssetRegistryInfo.h" |
void GetAssetPaths
(
TArray < FSoftObjectPath > & OutAssetPaths
) const