Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- FInterfaceProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
class FInterfaceProperty : public TProperty< FScriptInterface, FProperty >
Remarks
This variable type provides safe access to a native interface pointer. The data class for this variable is FScriptInterface, and is exported to auto-generated script header files as a TScriptInterface.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< class UClass > | InterfaceClass | The native interface class that this interface property refers to |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FInterfaceProperty
(
UField* InField |
||
![]() |
FInterfaceProperty
(
EInternal InInernal, |
||
![]() |
FInterfaceProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | |
![]() |
FInterfaceProperty
(
FFieldVariant InOwner, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddReferencedObjects
(
FReferenceCollector& Collector |
|
![]() ![]() ![]() |
void | AppendSchemaHash
(
FBlake3& Builder, |
Updates the given HashBuilder with name and type information of this Property. |
![]() ![]() |
void | BeginDestroy () |
|
![]() ![]() |
FField * | Construct
(
const FFieldVariant& InOwner, |
|
![]() ![]() ![]() |
bool | ContainsObjectReference
(
TArray< const FStructProperty* >& EncounteredStructProps, |
Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a UObject reference. |
![]() ![]() |
void | EmitReferenceInfo
(
UE::GC::FSchemaBuilder& Schema, |
Emits tokens used by realtime garbage collection code to passed in ReferenceTokenStream. |
![]() ![]() ![]() |
void | ExportText_Internal
(
FString& ValueStr, |
|
![]() ![]() ![]() |
FString | GetCPPMacroType
(
FString& ExtendedTypeText |
Returns the text to use for exporting this property to header file. |
![]() ![]() ![]() |
FString | ||
![]() ![]() ![]() |
SIZE_T | GetFieldSize () |
|
![]() ![]() ![]() |
bool | Determines whether the property values are identical. | |
![]() ![]() ![]() |
const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
|
![]() ![]() ![]() |
bool | NetSerializeItem
(
FArchive& Ar, |
|
![]() ![]() |
void | PostDuplicate
(
const FField& InField |
Fixups after duplicating a Field |
![]() ![]() ![]() |
bool | Returns true, if Other is property of exactly the same type | |
![]() ![]() |
void | Manipulates the data referenced by this FProperty | |
![]() ![]() ![]() |
void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
|
![]() |
void | SetInterfaceClass
(
UClass* NewInterfaceClass |
Setter function for this property's InterfaceClass member. |
![]() ![]() |
FFieldClass * | StaticClass () |
|
![]() ![]() |
uint64 | ||
![]() ![]() |
uint64 | ||
![]() ![]() ![]() |
bool |
Overridden from TProperty
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FString | GetCPPType
(
FString* ExtendedTypeText, |
Returns the text to use for exporting this property to header file. |
![]() ![]() |
void | LinkInternal
(
FArchive& Ar |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
void | operator delete
(
void* InMem |
|
![]() |
void * | operator new
(
const size_t InSize |
|
![]() |
void * | operator new
(
const size_t InSize, |
Typedefs
Name | Description |
---|---|
Super | |
TCppType | |
ThisClass | |
TTypeFundamentals |