Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FMulticastInlineDelegateProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
Syntax
class FMulticastInlineDelegateProperty : public TProperty_MulticastDelegate< FMulticastScriptDelegate >
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty → TProperty_MulticastDelegate → FMulticastInlineDelegateProperty
- TPropertyTypeFundamentals → TProperty → TProperty_MulticastDelegate → FMulticastInlineDelegateProperty
- TProperty → TProperty_MulticastDelegate → FMulticastInlineDelegateProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMulticastInlineDelegateProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h | ||
FMulticastInlineDelegateProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h | |
FMulticastInlineDelegateProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FMulticastInlineDelegateProperty
(
UField* InField |
UObject/UnrealType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TProperty_MulticastDelegate< FMulticastScriptDelegate > | UObject/UnrealType.h | |
| ThisClass | FMulticastInlineDelegateProperty | UObject/UnrealType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddDelegate
(
FScriptDelegate ScriptDelegate, |
UObject/UnrealType.h | ||
virtual void ClearDelegate
(
UObject* Parent, |
UObject/UnrealType.h | ||
virtual SIZE_T GetFieldSize() |
UObject/UnrealType.h | ||
virtual const FMulticastScriptDelegate * GetMulticastDelegate
(
const void* PropertyValue |
UObject/UnrealType.h | ||
virtual const TCHAR * ImportText_Internal
(
const TCHAR* Buffer, |
UObject/UnrealType.h | ||
virtual void RemoveDelegate
(
const FScriptDelegate& ScriptDelegate, |
UObject/UnrealType.h | ||
virtual void SerializeItem
(
FStructuredArchive::FSlot Slot, |
UObject/UnrealType.h | ||
virtual void SetMulticastDelegate
(
void* PropertyValue, |
UObject/UnrealType.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMulticastScriptDelegate & GetMulticastScriptDelegate
(
const void* PropertyValue, |
UObject/UnrealType.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UE_API FField * Construct
(
const FFieldVariant& InOwner, |
UObject/UnrealType.h | ||
static UE_API FFieldClass * StaticClass() |
UObject/UnrealType.h | ||
static EClassCastFlags StaticClassCastFlags() |
UObject/UnrealType.h | ||
static EClassCastFlags StaticClassCastFlagsPrivate() |
UObject/UnrealType.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize, |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize |
UObject/UnrealType.h | ||
| UObject/UnrealType.h | |||
| UObject/UnrealType.h |