Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_MulticastDelegate
- FMulticastInlineDelegateProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
class FMulticastInlineDelegateProperty : public TProperty_MulticastDelegate< FMulticastScriptDelegate >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMulticastInlineDelegateProperty
(
UField* InField |
||
![]() |
FMulticastInlineDelegateProperty
(
EInternal InInernal, |
||
![]() |
FMulticastInlineDelegateProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | |
![]() |
FMulticastInlineDelegateProperty
(
FFieldVariant InOwner, |
||
![]() |
FMulticastInlineDelegateProperty
(
FFieldVariant InOwner, FMulticastInlineDelegateProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | AddDelegate
(
FScriptDelegate ScriptDelegate, |
|
![]() ![]() ![]() |
void | ClearDelegate
(
UObject* Parent, |
|
![]() ![]() |
FField * | Construct
(
const FFieldVariant& InOwner, |
|
![]() ![]() ![]() |
const FMulticastScriptDelegate * | GetMulticastDelegate
(
const void* PropertyValue |
|
![]() ![]() ![]() |
FMulticastScriptDelegate & | GetMulticastScriptDelegate
(
const void* PropertyValue, |
|
![]() ![]() ![]() |
const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
|
![]() ![]() ![]() |
void | RemoveDelegate
(
const FScriptDelegate& ScriptDelegate, |
|
![]() ![]() ![]() |
void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
|
![]() ![]() ![]() |
void | SetMulticastDelegate
(
void* PropertyValue, |
|
![]() ![]() |
FFieldClass * | StaticClass () |
|
![]() ![]() |
constexpr uint64 | ||
![]() ![]() |
constexpr uint64 |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
void | operator delete
(
void* InMem |
|
![]() |
void * | operator new
(
const size_t InSize, |
|
![]() |
void * | operator new
(
const size_t InSize |
Typedefs
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FMulticastInlineDelegateProperty
(
FFieldVariant InOwner, FMulticastInlineDelegateProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |