Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | UObjectPropertyBase |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
Syntax
UCLASS (Abstract, Config=Engine)
class UObjectPropertyBase : public UProperty
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UField → UProperty → UObjectPropertyBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObjectPropertyBase
(
const FObjectInitializer& ObjectInitializer |
UObject/UnrealTypePrivate.h | ||
UObjectPropertyBase
(
ECppProperty, |
UObject/UnrealTypePrivate.h | ||
UObjectPropertyBase
(
const FObjectInitializer& ObjectInitializer, |
UObject/UnrealTypePrivate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyClass | TObjectPtr< class UClass > | Variables. | UObject/UnrealTypePrivate.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetPropertyClass
(
UClass* NewPropertyClass |
UObject/UnrealTypePrivate.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy () |
Called before destroying the object. | UObject/UnrealTypePrivate.h | |
| Handles reading, writing, and reference collecting using FArchive. | UObject/UnrealTypePrivate.h |