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