|
| int & | ArrayDimField () |
| |
| int & | ElementSizeField () |
| |
| EPropertyFlags & | PropertyFlagsField () |
| |
| unsigned __int16 & | RepIndexField () |
| |
| int & | Offset_InternalField () |
| |
| FName & | RepNotifyFuncField () |
| |
| FProperty *& | PropertyLinkNextField () |
| |
| FProperty *& | NextRefField () |
| |
| FProperty *& | DestructorLinkNextField () |
| |
| FProperty *& | PostConstructLinkNextField () |
| |
| const wchar_t * | ImportText_Direct (const wchar_t *Buffer, void *PropertyPtr, UObject *OwnerObject, int PortFlags, FOutputDevice *ErrorText) |
| |
| const wchar_t * | ImportText_Internal (const wchar_t *Buffer, void *ContainerOrPropertyPtr, EPropertyPointerType PointerType, UObject *OwnerObject, int PortFlags, FOutputDevice *ErrorText) |
| |
| FString * | GetCPPType (FString *result, FString *ExtendedTypeText, unsigned int CPPExportFlags) |
| |
| bool | Identical (const void *A, const void *B, unsigned int PortFlags) |
| |
| void | SerializeItem (FStructuredArchiveSlot Slot, void *Value, const void *Defaults) |
| |
| FString * | GetCPPTypeForwardDeclaration (FString *result) |
| |
| void | ExportText_Internal (FString *ValueStr, const void *PropertyValueOrContainer, EPropertyPointerType PointerType, const void *DefaultValue, UObject *Parent, int PortFlags, UObject *ExportRootScope) |
| |
| void | ExportTextItem (FString *ValueStr, const void *PropertyValue, const void *DefaultValue, UObject *Parent, int PortFlags, UObject *ExportRootScope) |
| |
| const wchar_t * | ImportText (const wchar_t *Buffer, void *Data, int PortFlags, UObject *OwnerObject, FOutputDevice *ErrorText) |
| |
| void | SerializeBinProperty (FStructuredArchiveSlot Slot, void *Data, int ArrayIdx) |
| |
| int | Link (FArchive *Ar) |
| |
| const wchar_t * | ImportText_InContainer (const wchar_t *Buffer, void *Container, UObject *OwnerObject, int PortFlags, FOutputDevice *ErrorText) |
| |
| void | Init () |
| |
| void | Serialize (FArchive *Ar) |
| |
| void | PostDuplicate (const FField *InField) |
| |
| void | CopyCompleteValueFromScriptVM (void *Dest, const void *Src) |
| |
| void | CopyCompleteValueToScriptVM_InContainer (void *OutValue, const void *InContainer) |
| |
| void | CopyCompleteValueFromScriptVM_InContainer (void *OutContainer, const void *InValue) |
| |
| bool | ValidateImportFlags (unsigned int PortFlags, FOutputDevice *ErrorHandler) |
| |
| FString * | GetNameCPP (FString *result) |
| |
| FString * | GetCPPMacroType (FString *result, FString *ExtendedTypeText) |
| |
| bool | ExportText_Direct (FString *ValueStr, const void *Data, const void *Delta, UObject *Parent, int PortFlags, UObject *ExportRootScope) |
| |
| bool | ShouldSerializeValue (FArchive *Ar) |
| |
| bool | NetSerializeItem (FArchive *Ar, UPackageMap *Map, void *Data, TArray< unsigned char, TSizedDefaultAllocator< 32 > > *MetaData) |
| |
| bool | ShouldPort (unsigned int PortFlags) |
| |
| FName * | GetID (FName *result) |
| |
| bool | SameType (const FProperty *Other) |
| |
| void * | AllocateAndInitializeValue () |
| |
| void | DestroyAndFreeValue (void *InMemory) |
| |
| void * | GetValueAddressAtIndex_Direct (const FProperty *Inner, void *InValueAddress, int Index) |
| |
| template<typename T > |
| T & | Get (UObject *object) |
| |
| template<typename T > |
| void | Set (UObject *object, T value) |
| |
| FField *& | NextField () |
| |
| FName & | NamePrivateField () |
| |
| EObjectFlags & | FlagsPrivateField () |
| |
| UObject * | GetOwner () |
| |
| UClass * | GetOwnerClass () |
| |
| UStruct * | GetOwnerStruct () |
| |
| UPackage * | GetOutermost () |
| |
| void | Serialize (FArchive *Ar) |
| |
| void | AddReferencedObjects (FReferenceCollector *Collector) |
| |
| bool | IsNative () |
| |
| FLinkerLoad * | GetLinker () |
| |
| void | AddCppProperty (FProperty *Property) |
| |
| FString * | GetPathName (FString *result, const UObject *StopOuter) |
| |
| void | GetPathName (const UObject *StopOuter, TStringBuilderBase< wchar_t > *ResultString) |
| |
| FString * | GetFullName (FString *result) |
| |
| FString * | GetAuthoredName (FString *result) |
| |
Definition at line 702 of file UE.h.