UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::SoftObjectPath Namespace Reference

Namespaces

namespace  Private
 

Functions

bool IsPackageType (ESoftObjectPathCollectType CollectType)
 
bool IsObjectType (ESoftObjectPathCollectType CollectType)
 
bool IsCollectable (ESoftObjectPathCollectType CollectType)
 

Function Documentation

◆ IsCollectable()

bool UE::SoftObjectPath::IsCollectable ( ESoftObjectPathCollectType  CollectType)
inline

Whether the CollectType is one of the ones that should always or sometimes be collected. This means only ObjectType CollectTypes that are not NeverCollect.

◆ IsObjectType()

bool UE::SoftObjectPath::IsObjectType ( ESoftObjectPathCollectType  CollectType)
inline

Whether the CollectType indicates that this SoftObjectPath is in a UObject in a package.

◆ IsPackageType()

bool UE::SoftObjectPath::IsPackageType ( ESoftObjectPathCollectType  CollectType)
inline

Whether the CollectType indicates that this SoftObjectPath is from a package, either in its header or in an object within the package.