FCopyOptions

Copy options structure for CopyActorProperties

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Editor.h

Include

#include "Editor.h"

Syntax

struct FCopyOptions

Remarks

Copy options structure for CopyActorProperties

Variables

Name Description

Public variable

ECopyOptions::T...

 

Flags

User-specified flags for the copy

Public variable

TFunction< bool...

 

PropertyFilter

User-specified custom property filter predicate

Constructors

Name Description

Public function

FCopyOptions

(
    const ECopyOptions::Type InFlags
)

Implicit construction for an options enumeration

Functions

Name Description

Public function Const

bool

 

CanCopyProperty

(
    FProperty& Property,
    UObject& Object
)

Check whether we can copy the specified property

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