Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Whether the CollectType is one of the ones that should always or sometimes be collected. This means only ObjectType CollectTypes that are not NeverCollect.
| Name | UE::SoftObjectPath::IsCollectable |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include Path | #include "UObject/SoftObjectPath.h" |
namespace UE
{
namespace SoftObjectPath
{
bool UE::SoftObjectPath::IsCollectable
(
ESoftObjectPathCollectType CollectType
)
}
}