Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/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, |
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 |