Navigation
API > API/Editor > API/Editor/Persona
Copy options structure for CopyPropertiesToCDO
| Name | FCopyOptions |
| Type | struct |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaUtils.h |
| Include Path | #include "PersonaUtils.h" |
Syntax
struct FCopyOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCopyOptions
(
const ECopyOptions InFlags |
Implicit construction for an options enumeration | PersonaUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | ECopyOptions | User-specified flags for the copy | PersonaUtils.h | |
| PropertyFilter | TFunction< bool(FProperty &, UObject &)> | User-specified custom property filter predicate | PersonaUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCopyProperty
(
FProperty& Property, |
Check whether we can copy the specified property | PersonaUtils.h |