Navigation
API > API/Editor > API/Editor/Persona
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/PersonaUtils.h |
| Include | #include "PersonaUtils.h" |
Syntax
struct FCopyOptions
Remarks
Copy options structure for CopyPropertiesToCDO
Variables
| Type | Name | Description | |
|---|---|---|---|
| ECopyOptions | 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 InFlags |
Implicit construction for an options enumeration |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCopyProperty
(
FProperty& Property, |
Check whether we can copy the specified property |