Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/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, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDelegate
(
FScriptDelegate ScriptDelegate, |
||
| void | ClearDelegate
(
UObject* Parent, |
||
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| SIZE_T | GetFieldSize () |
||
| 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 () |
||
| uint64 | |||
| uint64 |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize, |
||
| void * | operator new
(
const size_t InSize |