ESoftObjectPathCollectType

Options for how to set soft object path collection

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h

Include

#include "UObject/SoftObjectPath.h"

Syntax

enum ESoftObjectPathCollectType
{
    NeverCollect,
    EditorOnlyCollect,
    AlwaysCollect,
}

Values

Name

Description

NeverCollect

References is not tracked in any situation, transient reference

EditorOnlyCollect

Editor only reference, this is tracked for redirector fixup but not for cooking

AlwaysCollect

Game reference, this is gathered for both redirector fixup and cooking

Remarks

Options for how to set soft object path collection

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss