Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TFObjectPropertyBase
- FObjectProperty
- FObjectPtrProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
class FObjectPtrProperty : public FObjectProperty
Remarks
Describes a reference variable to another object which may be nil.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FObjectPtrProperty
(
UField* InField |
|||
FObjectPtrProperty
(
EInternal InInernal, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AllowObjectTypeReinterpretationTo
(
const FObjectPropertyBase* Other |
||
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| void | CopyCompleteValueFromScriptVM
(
void* Dest, |
Copy the value for all elements of this property. From the script VM. | |
| void | CopyCompleteValueFromScriptVM_InContainer
(
void* OutContainer, |
||
| void | CopyCompleteValueToScriptVM
(
void* Dest, |
Copy the value for all elements of this property. To the script VM. | |
| void | CopyCompleteValueToScriptVM_InContainer
(
void* OutValue, |
Equivalent to the above functions, but using the container and aware of getters/setters when the container has them. | |
| void | CopySingleValueFromScriptVM
(
void* Dest, |
Copy the value for a single element of this property. From the script VM. | |
| void | CopySingleValueToScriptVM
(
void* Dest, |
Copy the value for a single element of this property. To the script VM. | |
| FString | GetCPPMacroType
(
FString& ExtendedTypeText |
||
| UObject * | GetObjectPropertyValue
(
const void* PropertyValueAddress |
||
| UObject * | GetObjectPropertyValue_InContainer
(
const void* ContainerAddress, |
||
| FObjectPtr & | GetObjectPropertyValueAsPtr
(
const void* PropertyValueAddress |
Get the property value as FObjectPtr. | |
| TObjectPtr< UObject > | GetObjectPtrPropertyValue
(
const void* PropertyValueAddress |
||
| bool | Identical
(
const void* A, |
Determines whether the property values are identical. | |
| bool | Returns true, if Other is property of exactly the same type | ||
| void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
||
| void | SetObjectPropertyValue
(
void* PropertyValueAddress, |
||
| void | SetObjectPropertyValue_InContainer
(
void* ContainerAddress, |
||
| FFieldClass * | StaticClass () |
||
| constexpr uint64 | |||
| constexpr uint64 | |||
| void | StaticSerializeItem
(
const FObjectPropertyBase* ObjectProperty, |
Helper method for sharing code with FClassPtrProperty even though one doesn't inherit from the other. |
Overridden from TProperty
| Type | Name | Description | |
|---|---|---|---|
| FString | GetCPPType
(
FString* ExtendedTypeText, |
TProperty::GetCPPType should not be used here. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize |
||
| void * | operator new
(
const size_t InSize, |