Navigation
API > API/Runtime > API/Runtime/CoreUObject
Function definition used by dynamic delegate declarations
| Name | UDelegateFunction |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
Syntax
class UDelegateFunction : public UFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UField → UStruct → UFunction → UDelegateFunction
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDelegateFunction
(
UFunction* InSuperFunction, |
UObject/Class.h | ||
UDelegateFunction
(
const FObjectInitializer& ObjectInitializer |
UObject/Class.h | ||
UDelegateFunction
(
FVTableHelper& Helper |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. | UObject/Class.h | |
UDelegateFunction
(
const FObjectInitializer& ObjectInitializer, |
UObject/Class.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | UFunction | Typedef for the base class (UFunction) | UObject/Class.h |
| ThisClass | UDelegateFunction | Typedef for UDelegateFunction. | UObject/Class.h |
| WithinClass | class UObject | The required type of this object's outer (class UObject) | UObject/Class.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticClassFlags | EClassFlags | Bitwise union of EClassFlags pertaining to this class. | UObject/Class.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * GetOuterUObject() |
UObject/Class.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void __DefaultConstructor
(
const FObjectInitializer& X |
UObject/Class.h | ||
static UObject * __VTableCtorCaller
(
FVTableHelper& Helper |
UObject/Class.h | ||
static UClass * GetPrivateStaticClass() |
UObject/Class.h | ||
static void IntrinsicClassInit
(
UClass* Class |
UObject/Class.h | ||
static UClass * StaticClass() |
Returns a UClass object representing this class at runtime | UObject/Class.h | |
static EClassCastFlags StaticClassCastFlags() |
Returns the static cast flags for this class | UObject/Class.h | |
static const TCHAR * StaticPackage() |
Returns the package this class belongs in | UObject/Class.h | |
static void StaticRegisterNativesUDelegateFunction() |
UObject/Class.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
Eliminate V1062 warning from PVS-Studio while keeping MSVC and Clang happy. | UObject/Class.h | |
void * operator new
(
const size_t InSize, |
For internal use only; use StaticConstructObject() to create new objects. | UObject/Class.h | |
void * operator new
(
const size_t InSize, |
For internal use only; use StaticConstructObject() to create new objects. | UObject/Class.h | |
UDelegateFunction & operator=
(
const UDelegateFunction& |
UObject/Class.h | ||
| UObject/Class.h |