Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UScriptStruct > API/Runtime/CoreUObject/UObject/UScriptStruct/ICppStructOps
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
Syntax
struct FCapabilities
Remarks
Filled by implementation classes to report their capabilities
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPropertyFlags | ComputedPropertyFlags | ||
| bool: 1 | HasAddStructReferencedObjects | ||
| bool: 1 | HasCanEditChange | ||
| bool: 1 | HasCopy | ||
| bool: 1 | HasDestructor | ||
| bool: 1 | HasExportTextItem | ||
| bool: 1 | HasFindInnerPropertyInstance | ||
| bool: 1 | HasGetTypeHash | ||
| bool: 1 | HasIdentical | ||
| bool: 1 | HasImportTextItem | ||
| bool: 1 | HasNetDeltaSerializer | ||
| bool: 1 | HasNetSerializer | ||
| bool: 1 | HasNetSharedSerialization | ||
| bool: 1 | HasNoopConstructor | ||
| bool: 1 | HasPostScriptConstruct | ||
| bool: 1 | HasPostSerialize | ||
| bool: 1 | HasSerializeFromMismatchedTag | ||
| bool: 1 | HasSerializer | ||
| EPropertyObjectReferenceType | HasSerializerObjectReferences | ||
| bool: 1 | HasStructuredSerializeFromMismatchedTag | ||
| bool: 1 | HasStructuredSerializer | ||
| bool: 1 | HasZeroConstructor | ||
| bool: 1 | IsAbstract | ||
| bool: 1 | IsPlainOldData | ||
| bool: 1 | IsUECoreType | ||
| bool: 1 | IsUECoreVariant |