|
| UE_API | FSoftClassProperty (FFieldVariant InOwner, const FName &InName, EObjectFlags InObjectFlags) |
| |
| UE_API | FSoftClassProperty (FFieldVariant InOwner, const UECodeGen_Private::FSoftClassPropertyParams &Prop) |
| |
| virtual UE_API FString | GetCPPType (FString *ExtendedTypeText, uint32 CPPExportFlags) const override |
| |
| virtual UE_API FString | GetCPPMacroType (FString &ExtendedTypeText) const override |
| |
| virtual UE_API void | PostDuplicate (const FField &InField) override |
| |
| virtual UE_API void | Serialize (FArchive &Ar) override |
| |
| virtual UE_API void | AddReferencedObjects (FReferenceCollector &Collector) override |
| |
| virtual UE_API void | BeginDestroy () override |
| |
| virtual UE_API bool | SameType (const FProperty *Other) const override |
| |
| UE_FORCEINLINE_HINT void | SetMetaClass (UClass *NewMetaClass) |
| |
| virtual UE_API EConvertFromTypeResult | ConvertFromType (const FPropertyTag &Tag, FStructuredArchive::FSlot Slot, uint8 *Data, const UStruct *DefaultsStruct, const uint8 *Defaults) override |
| |
| virtual UE_API UObject * | LoadObjectPropertyValue (const void *PropertyValueAddress) const override |
| |
| virtual UE_API UObject * | GetObjectPropertyValue (const void *PropertyValueAddress) const override |
| |
| virtual UE_API TObjectPtr< UObject > | GetObjectPtrPropertyValue (const void *PropertyValueAddress) const override |
| |
| virtual UE_API UObject * | GetObjectPropertyValue_InContainer (const void *ContainerAddress, int32 ArrayIndex=0) const override |
| |
| virtual UE_API TObjectPtr< UObject > | GetObjectPtrPropertyValue_InContainer (const void *ContainerAddress, int32 ArrayIndex=0) const override |
| |
| virtual UE_API bool | AllowCrossLevel () const override |
| |
| | TFObjectPropertyBase (EInternal InInernal, FFieldClass *InClass) |
| |
| | TFObjectPropertyBase (FFieldVariant InOwner, const FName &InName, EObjectFlags InObjectFlags) |
| |
| | TFObjectPropertyBase (FFieldVariant InOwner, const UECodeGen_Private::FObjectPropertyParams &Prop) |
| |
| | TFObjectPropertyBase (FFieldVariant InOwner, const UECodeGen_Private::FObjectPropertyParamsWithoutClass &Prop, UClass *InClass) |
| |
| virtual bool | ContainsObjectReference (TArray< const FStructProperty * > &EncounteredStructProps, EPropertyObjectReferenceType InReferenceType=EPropertyObjectReferenceType::Strong) const override |
| |
| | TProperty (EInternal InInernal, FFieldClass *InClass) |
| |
| | TProperty (FFieldVariant InOwner, const FName &InName, EObjectFlags InObjectFlags) |
| |
| template<typename PropertyParamsType > |
| | TProperty (FFieldVariant InOwner, PropertyParamsType &Prop) |
| |
| virtual int32 | GetMinAlignment () const override |
| |
| virtual void | CopyValuesInternal (void *Dest, void const *Src, int32 Count) const override |
| |
| virtual void | ClearValueInternal (void *Data) const override |
| |
| virtual void | InitializeValueInternal (void *Dest) const override |
| |
| virtual void | DestroyValueInternal (void *Dest) const override |
| |
| UE_FORCEINLINE_HINT TCppType const * | GetPropertyValuePtr_InContainer (void const *A, int32 ArrayIndex=0) const |
| |
| UE_FORCEINLINE_HINT TCppType * | GetPropertyValuePtr_InContainer (void *A, int32 ArrayIndex=0) const |
| |
| UE_FORCEINLINE_HINT TCppType const & | GetPropertyValue_InContainer (void const *A, int32 ArrayIndex=0) const |
| |
| UE_FORCEINLINE_HINT TCppType | GetOptionalPropertyValue_InContainer (void const *B, int32 ArrayIndex=0) const |
| |
| UE_FORCEINLINE_HINT void | SetPropertyValue_InContainer (void *A, TCppType const &Value, int32 ArrayIndex=0) const |
| |
| UE_FORCEINLINE_HINT void | SetValue_InContainer (void *OutContainer, const TCppType &InValue) const |
| |
| UE_FORCEINLINE_HINT void | GetValue_InContainer (void const *InContainer, TCppType *OutValue) const |
| |
| virtual bool | HasIntrusiveUnsetOptionalState () const override |
| |
| virtual void | InitializeIntrusiveUnsetOptionalValue (void *Data) const override |
| |
| virtual bool | IsIntrusiveOptionalValueSet (const void *Data) const override |
| |
| virtual void | ClearIntrusiveOptionalValue (void *Data) const override |
| |
|
| typedef TProperty< FSoftObjectPtr, FObjectPropertyBase > | Super |
| |
| typedef FSoftObjectPtr | TCppType |
| |
| typedef Super::TTypeFundamentals | TTypeFundamentals |
| |
| typedef InTCppType | TCppType |
| |
| typedef TInPropertyBaseClass | Super |
| |
| typedef TPropertyTypeFundamentals< InTCppType > | TTypeFundamentals |
| |
| enum | { CPPSize = sizeof(TCppType)
, CPPAlignment = alignof(TCppType)
} |
| |
| typedef InTCppType | TCppType |
| |
| static UE_FORCEINLINE_HINT TCHAR const * | GetTypeName () |
| |
| static UE_FORCEINLINE_HINT TCppType const * | GetPropertyValuePtr (void const *A) |
| |
| static UE_FORCEINLINE_HINT TCppType * | GetPropertyValuePtr (void *A) |
| |
| static UE_FORCEINLINE_HINT TCppType const & | GetPropertyValue (void const *A) |
| |
| static UE_FORCEINLINE_HINT TCppType | GetDefaultPropertyValue () |
| |
| static UE_FORCEINLINE_HINT TCppType | GetOptionalPropertyValue (void const *B) |
| |
| static UE_FORCEINLINE_HINT void | SetPropertyValue (void *A, TCppType const &Value) |
| |
| static UE_FORCEINLINE_HINT TCppType * | InitializePropertyValue (void *A) |
| |
| static UE_FORCEINLINE_HINT void | DestroyPropertyValue (void *A) |
| |
| static UE_FORCEINLINE_HINT bool | HasIntrusiveUnsetOptionalState () |
| |
| static UE_FORCEINLINE_HINT void | InitializeIntrusiveUnsetOptionalValue (void *Data) |
| |
| static UE_FORCEINLINE_HINT bool | IsIntrusiveOptionalValueSet (const void *A) |
| |
| static UE_FORCEINLINE_HINT void | ClearIntrusiveOptionalValue (void *A) |
| |
| virtual UE_API void | LinkInternal (FArchive &Ar) override |
| |
| virtual UE_API void | ExportText_Internal (FString &ValueStr, const void *PropertyValueOrContainer, EPropertyPointerType PropertyPointerType, const void *DefaultValue, UObject *Parent, int32 PortFlags, UObject *ExportRootScope) const override |
| |
| virtual UE_API const TCHAR * | ImportText_Internal (const TCHAR *Buffer, void *ContainerOrPropertyPtr, EPropertyPointerType PropertyPointerType, UObject *OwnerObject, int32 PortFlags, FOutputDevice *ErrorText) const override |
| |
| virtual UE_API void | SetObjectPropertyValueUnchecked (void *PropertyValueAddress, UObject *Value) const override |
| |
| virtual UE_API void | SetObjectPtrPropertyValueUnchecked (void *PropertyValueAddress, TObjectPtr< UObject > Ptr) const override |
| |
| virtual UE_API void | SetObjectPropertyValueUnchecked_InContainer (void *ContainerAddress, UObject *Value, int32 ArrayIndex=0) const override |
| |
| virtual UE_API void | SetObjectPtrPropertyValueUnchecked_InContainer (void *ContainerAddress, TObjectPtr< UObject > Ptr, int32 ArrayIndex=0) const override |
| |
| static EPropertyFlags | GetComputedFlagsPropertyFlags () |
| |