Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FMulticastDelegateProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMulticastDelegateProperty
(
UField* InField |
UObject/UnrealType.h | ||
FMulticastDelegateProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FMulticastDelegateProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h | ||
FMulticastDelegateProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h |
FMulticastDelegateProperty(UField *)
| Name | FMulticastDelegateProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMulticastDelegate.cpp |
FMulticastDelegateProperty
(
UField * InField
)
FMulticastDelegateProperty(EInternal, FFieldClass *)
| Name | FMulticastDelegateProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
FMulticastDelegateProperty
(
EInternal InInernal,
FFieldClass * InClass
)
FMulticastDelegateProperty(FFieldVariant, const FName &, EObjectFlags)
| Name | FMulticastDelegateProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMulticastDelegate.cpp |
FMulticastDelegateProperty
(
FFieldVariant InOwner,
const FName & InName,
EObjectFlags InObjectFlags
)
FMulticastDelegateProperty(FFieldVariant, const UECodeGen_Private::FMulticastDelegatePropertyParams &, EPropertyFlags)
Description
Constructor used for constructing compiled in properties
| Name | FMulticastDelegateProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMulticastDelegate.cpp |
FMulticastDelegateProperty
(
FFieldVariant InOwner,
const UECodeGen_Private::FMulticastDelegatePropertyParams & Prop,
EPropertyFlags AdditionalPropertyFlags
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| PropBase | Pointer to the compiled in structure describing the property |