Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Description
Gets the outer of ObjectPath.
Examples:
- GetOuterPath(/Game/Map.Map:PersistentLevel.Actor.Component) = /Game/Map.Map:PersistentLevel.Actor
- GetOuterPath(/Game/Map.Map:PersistentLevel.Actor) = /Game/Map.Map:PersistentLevel
- GetOuterPath(/Game/Map.Map:PersistentLevel) = /Game/Map.Map
- GetOuterPath(/Game/Map.Map) = unset optional
- GetOuterPath({}) = unset optional
| Name | UE::ConcertSyncCore::GetOuterPath |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Misc/ObjectPathUtils.h |
| Include Path | #include "Misc/ObjectPathUtils.h" |
namespace UE
{
namespace ConcertSyncCore
{
TOptional < FSoftObjectPath > UE::ConcertSyncCore::GetOuterPath
(
const FSoftObjectPath & ObjectPath
)
}
}
The outer of ObjectPath, if there is one. Unset if ObjectPath points to a package.