Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_MulticastDelegate
- FMulticastInlineDelegateProperty
- FMulticastSparseDelegateProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
template<class InTCppType>
class TProperty_MulticastDelegate : public TProperty< InTCppType, FMulticastDelegateProperty >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TProperty_MulticastDelegate
(
UField* InField |
||
![]() |
TProperty_MulticastDelegate
(
EInternal InInernal, |
||
![]() |
TProperty_MulticastDelegate
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | |
![]() |
TProperty_MulticastDelegate
(
FFieldVariant InOwner, |
||
![]() |
TProperty_MulticastDelegate
(
FFieldVariant InOwner, |
||
![]() |
TProperty_MulticastDelegate
(
FFieldVariant InOwner, TProperty_MulticastDelegate
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Overridden from TProperty
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FString | GetCPPType
(
FString* ExtendedTypeText, |
Returns the text to use for exporting this property to header file. |
Typedefs
Name | Description |
---|---|
Super | |
TCppType | |
TTypeFundamentals |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TProperty_MulticastDelegate
(
FFieldVariant InOwner, TProperty_MulticastDelegate
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |