Navigation
API > API/Runtime > API/Runtime/CoreUObject
A UFunction wrapper for a VerseVM callee (VFunction or VNativeFunction)
| Name | UVerseFunction |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMVerseFunction.h |
| Include Path | #include "VerseVM/VVMVerseFunction.h" |
Syntax
UCLASS (MinimalAPI)
class UVerseFunction : public UFunction
Inheritance Hierarchy
- FStructBaseChain → UStruct → UFunction → UVerseFunction
- UObjectBase → UObjectBaseUtility → UObject → UField → UStruct → UFunction → UVerseFunction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVerseFunction
(
const FObjectInitializer& ObjectInitializer |
VerseVM/VVMVerseFunction.h | ||
UVerseFunction
(
const FObjectInitializer& ObjectInitializer, |
VerseVM/VVMVerseFunction.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlternateName | FName | The alternate name is used between the native function declaration and the expected verse name. | VerseVM/VVMVerseFunction.h | |
| UVerseFunction | union UVerseFunction | VerseVM/VVMVerseFunction.h | ||
| VerseFunctionFlags | EVerseFunctionFlags | VerseVM/VVMVerseFunction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsUHTNative() |
VerseVM/VVMVerseFunction.h |
Overridden from UField
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Bind() |
VerseVM/VVMVerseFunction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsVerseGeneratedFunction
(
UField* Field |
VerseVM/VVMVerseFunction.h |