PersonaUtils::ECopyOptions

Options for CopyPropertiesToCDO

Windows
MacOS
Linux

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/PersonaUtils.h

Include

#include "PersonaUtils.h"

Syntax

namespace PersonaUtils
{
    enum ECopyOptions
    {
        Default                           = 0,
        PreviewOnly                       = 1 << 0,
        CallPostEditChangeProperty        = 1 << 1,
        OnlyCopyEditOrInterpProperties    = 1 << 2,
        FilterBlueprintReadOnly           = 1 << 3,
    }
}

Values

Name

Description

Default

Default copy options

PreviewOnly

Set this option to preview the changes and not actually copy anything.

CallPostEditChangeProperty

Call PostEditChangeProperty for each modified property

OnlyCopyEditOrInterpProperties

Copy only Edit and Interp properties. Otherwise we copy all properties by default

FilterBlueprintReadOnly

Filters out Blueprint Read-only properties

Remarks

Options for CopyPropertiesToCDO

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