Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/VerseVM
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UField
- UStruct
- UClass
- UVerseVMClass
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMUClass.h |
| Include | #include "VerseVM/VVMUClass.h" |
Syntax
class UVerseVMClass : public UClass
Remarks
Class used for all VerseVM generated classes
Variables
| Type | Name | Description | |
|---|---|---|---|
| Verse::TWriteBarrier< Verse::VShape > | Shape |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UVerseVMClass
(
FVTableHelper& Helper |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. | ||
UVerseVMClass
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | __DefaultConstructor
(
const FObjectInitializer& X |
||
| UObject * | __VTableCtorCaller
(
FVTableHelper& Helper |
||
| UPackage * | |||
| FProperty * | GetPropertyForField
(
Verse::FAllocationContext Context, |
||
| UClass * | StaticClass () |
Returns a UClass object representing this class at runtime | |
| EClassCastFlags | Returns the static cast flags for this class | ||
| const TCHAR * | Returns the package this class belongs in | ||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
Eliminate V1062 warning from PVS-Studio while keeping MSVC and Clang happy. | |
| void * | operator new
(
const size_t InSize, |
For internal use only; use StaticConstructObject() to create new objects. | |
| void * | operator new
(
const size_t InSize, |
For internal use only; use StaticConstructObject() to create new objects. |
Typedefs
| Name | Description |
|---|---|
| Super | Typedef for the base class (UClass) |
| ThisClass | Typedef for UVerseVMClass. |
| WithinClass | The required type of this object's outer (class UPackage) |
Constants
| Name | Description |
|---|---|
| StaticClassFlags | Bitwise union of EClassFlags pertaining to this class. |