Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TFObjectPropertyBase
- FLazyObjectProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
class FLazyObjectProperty : public TFObjectPropertyBase< FLazyObjectPtr >
Remarks
Describes a reference variable to another object which may be nil, and will become valid or invalid at any point
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FLazyObjectProperty
(
UField* InField |
||
![]() |
FLazyObjectProperty
(
EInternal InInernal, |
||
![]() |
FLazyObjectProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | |
![]() |
FLazyObjectProperty
(
FFieldVariant InOwner, |
||
![]() |
FLazyObjectProperty
(
FFieldVariant InOwner, FLazyObjectProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | ||
![]() ![]() |
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 |
|
![]() ![]() ![]() |
FString | GetCPPTypeCustom
(
FString* ExtendedTypeText, |
|
![]() ![]() ![]() |
FString | ||
![]() ![]() ![]() |
FName | GetID () |
|
![]() ![]() ![]() |
UObject * | GetObjectPropertyValue
(
const void* PropertyValueAddress |
|
![]() ![]() ![]() |
UObject * | GetObjectPropertyValue_InContainer
(
const void* ContainerAddress, |
|
![]() ![]() ![]() |
TObjectPtr< UObject > | GetObjectPtrPropertyValue
(
const void* PropertyValueAddress |
|
![]() ![]() ![]() |
bool | Identical
(
const void* A, |
Determines whether the property values are identical. |
![]() ![]() ![]() |
void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
|
![]() ![]() ![]() |
void | SetObjectPropertyValue
(
void* PropertyValueAddress, |
|
![]() ![]() ![]() |
void | SetObjectPropertyValue_InContainer
(
void* ContainerAddress, |
|
![]() ![]() |
FFieldClass * | StaticClass () |
|
![]() ![]() |
constexpr uint64 | ||
![]() ![]() |
constexpr uint64 |
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, |
Typedefs
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FLazyObjectProperty
(
FFieldVariant InOwner, FLazyObjectProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |