Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | TProperty_MulticastDelegate |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
Syntax
template<class InTCppType>
class TProperty_MulticastDelegate : public TProperty< InTCppType, FMulticastDelegateProperty >
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty → TProperty_MulticastDelegate
- TPropertyTypeFundamentals → TProperty → TProperty_MulticastDelegate
- TProperty → TProperty_MulticastDelegate
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProperty_MulticastDelegate
(
UField* InField |
UObject/UnrealType.h | ||
TProperty_MulticastDelegate
(
EInternal InInernal, |
UObject/UnrealType.h | ||
TProperty_MulticastDelegate
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h | |
TProperty_MulticastDelegate
(
FFieldVariant InOwner, |
UObject/UnrealType.h | ||
TProperty_MulticastDelegate
(
FFieldVariant InOwner, |
UObject/UnrealType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TProperty< InTCppType, FMulticastDelegateProperty > | UObject/UnrealType.h | |
| TCppType | InTCppType | UObject/UnrealType.h | |
| TTypeFundamentals | Super::TTypeFundamentals | UObject/UnrealType.h |
Functions
Public
Overridden from TProperty
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the text to use for exporting this property to header file. | UObject/UnrealType.h |