Navigation
API > API/Editor > API/Editor/UnrealEd
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
| Type | Name | Description | |
|---|---|---|---|
| ECopyOptions::Type | Flags | User-specified flags for the copy | |
| TFunction< bool(FProperty &, UObject &)> | PropertyFilter | User-specified custom property filter predicate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCopyOptions
(
const ECopyOptions::Type InFlags |
Implicit construction for an options enumeration |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCopyProperty
(
FProperty& Property, |
Check whether we can copy the specified property |