Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | UClassProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
Syntax
UCLASS (Config=Engine)
class UClassProperty : public UObjectProperty
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UField → UProperty → UObjectPropertyBase → UObjectProperty → UClassProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UClassProperty
(
const FObjectInitializer& ObjectInitializer |
UObject/UnrealTypePrivate.h | ||
UClassProperty
(
ECppProperty, |
UObject/UnrealTypePrivate.h | ||
UClassProperty
(
const FObjectInitializer& ObjectInitializer, |
UObject/UnrealTypePrivate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MetaClass | TObjectPtr< class UClass > | Variables. | UObject/UnrealTypePrivate.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetMetaClass
(
UClass* NewMetaClass |
Setter function for this property's MetaClass member. | 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 |