Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- FDelegateProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
class FDelegateProperty : public TProperty< FScriptDelegate, FProperty >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< UFunction > | SignatureFunction | Points to the source delegate function (the function declared with the delegate keyword) used in the declaration of this delegate property. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FDelegateProperty
(
UField* InField |
||
![]() |
FDelegateProperty
(
EInternal InInernal, |
||
![]() |
FDelegateProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | |
![]() |
FDelegateProperty
(
FFieldVariant InOwner, |
||
![]() |
FDelegateProperty
(
FFieldVariant InOwner, FDelegateProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddReferencedObjects
(
FReferenceCollector& Collector |
|
![]() ![]() ![]() |
void | AppendSchemaHash
(
FBlake3& Builder, |
|
![]() ![]() |
void | BeginDestroy () |
|
![]() ![]() |
FField * | Construct
(
const FFieldVariant& InOwner, |
|
![]() ![]() ![]() |
bool | ContainsObjectReference
(
TArray< const FStructProperty* >& EncounteredStructProps, |
|
![]() ![]() ![]() |
void | ExportText_Internal
(
FString& ValueStr, |
|
![]() ![]() ![]() |
FString | ||
![]() ![]() ![]() |
bool | Identical
(
const void* A, |
|
![]() ![]() ![]() |
const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
|
![]() ![]() |
void | InstanceSubobjects
(
void* Data, |
|
![]() ![]() ![]() |
bool | NetSerializeItem
(
FArchive& Ar, |
|
![]() ![]() |
void | PostDuplicate
(
const FField& InField |
|
![]() ![]() ![]() |
bool | ||
![]() ![]() |
void | ||
![]() ![]() ![]() |
void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
|
![]() ![]() |
FFieldClass * | StaticClass () |
|
![]() ![]() |
constexpr uint64 | ||
![]() ![]() |
constexpr uint64 |
Overridden from TProperty
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FString | GetCPPType
(
FString* ExtendedTypeText, |
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 |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FDelegateProperty
(
FFieldVariant InOwner, FDelegateProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |