UDelegateFunction

Function definition used by dynamic delegate declarations

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

class UDelegateFunction : public UFunction

Remarks

Function definition used by dynamic delegate declarations

Constructors

Name Description

Public function

UDelegateFunction

(
    const FObjectInitializer& ObjectIn...
)

Public function

UDelegateFunction

(
    FVTableHelper& Helper
)

DO NOT USE. This constructor is for internal usage only for hot-reload purposes.

Public function

UDelegateFunction

(
    UFunction* InSuperFunction,
    EFunctionFlags InFunctionFlags,
    SIZE_T ParamsSize
)

Public function

UDelegateFunction

(
    const FObjectInitializer& ObjectIn...,
    UFunction* InSuperFunction,
    EFunctionFlags InFunctionFlags,
    SIZE_T ParamsSize
)

Functions

Name Description

Public function Static

void

 

__DefaultConstructor

(
    const FObjectInitializer& X
)

Public function Static

UObject *...

 

__VTableCtorCaller

(
    FVTableHelper& Helper
)

Public function Const

UObject *...

 

GetOuterUObject()

Public function Static

UClass *

 

StaticClass()

Returns a UClass object representing this class at runtime

Public function Static

EClassCastFl...

 

StaticClassCastFlags()

Returns the static cast flags for this class

Public function Static

const TCHAR ...

 

StaticPackage()

Returns the package this class belongs in

Public function Static

void

 

StaticRegisterNativesUDelegateFunction()

Operators

Name Description

Public function

void *

 

operator new

(
    const size_t InSize,
    EInternal* InMem
)

For internal use only; use StaticConstructObject() to create new objects.

Public function

void *

 

operator new

(
    const size_t InSize,
    EInternal InInternalOnly,
    UObject* InOuter,
    FName InName,
    EObjectFlags InSetFlags
)

For internal use only; use StaticConstructObject() to create new objects.

Typedefs

Name

Description

Super

Typedef for the base class (UFunction)

ThisClass

Typedef for UDelegateFunction.

WithinClass

The required type of this object's outer (class UObject)

Constants

Name

Description

StaticClassFlags

Bitwise union of EClassFlags pertaining to this class.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss