Navigation
API > API/Plugins > API/Plugins/WorkspaceEditor > API/Plugins/WorkspaceEditor/FWorkspaceOutlinerItemExport
Description
Returns relative export to the provided InAssetPath
- "SoftObjectPath" - "Foo" - "SoftObjectPathTwo" - "Bar" will return "SoftObjectPath" - "Foo" when passed "SoftObjectPathTwo" or an empty export when passed "SoftObjectPath"
| Name | GetRelativeAssetExport |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Workspace/Source/WorkspaceEditor/Public/WorkspaceAssetRegistryInfo.h |
| Include Path | #include "WorkspaceAssetRegistryInfo.h" |
FWorkspaceOutlinerItemExport GetRelativeAssetExport
(
const FSoftObjectPath & InAssetPath
) const