Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/USparseDelegateFunction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USparseDelegateFunction
(
const FObjectInitializer& ObjectInitializer |
UObject/Class.h | ||
USparseDelegateFunction
(
FVTableHelper& Helper |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. | UObject/Class.h | |
USparseDelegateFunction
(
UFunction* InSuperFunction, |
UObject/Class.h | ||
USparseDelegateFunction
(
const FObjectInitializer& ObjectInitializer, |
UObject/Class.h |
USparseDelegateFunction(const FObjectInitializer &)
| Name | USparseDelegateFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
USparseDelegateFunction
(
const FObjectInitializer & ObjectInitializer
)
USparseDelegateFunction(FVTableHelper &)
Description
DO NOT USE. This constructor is for internal usage only for hot-reload purposes.
| Name | USparseDelegateFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
USparseDelegateFunction
(
FVTableHelper & Helper
)
USparseDelegateFunction(UFunction *, EFunctionFlags, SIZE_T)
| Name | USparseDelegateFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
USparseDelegateFunction
(
UFunction * InSuperFunction,
EFunctionFlags InFunctionFlags,
SIZE_T ParamsSize
)
USparseDelegateFunction(const FObjectInitializer &, UFunction *, EFunctionFlags, SIZE_T)
| Name | USparseDelegateFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
USparseDelegateFunction
(
const FObjectInitializer & ObjectInitializer,
UFunction * InSuperFunction,
EFunctionFlags InFunctionFlags,
SIZE_T ParamsSize
)