Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/VerseVM
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UField
- UStruct
- UClass
- UVerseClass
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMVerseClass.h |
| Include | #include "VerseVM/VVMVerseClass.h" |
Syntax
UCLASS (MinimalAPI, Within=Package, Config=Engine)
class UVerseClass : public UClass
Variables
| Type | Name | Description | |
|---|---|---|---|
| EVerseEffectSet | ConstructorEffects | ||
| TMap< FName, FName > | DisplayNameToUENameFunctionMap | ||
| TObjectPtr< UFunction > | InitInstanceFunction | Initialization function | |
| FName | MangledPackageVersePath | ||
| FString | PackageRelativeVersePath | ||
| TArray< FVersePersistentVar > | PersistentVars | ||
| TArray< FVerseSessionVar > | SessionVars | ||
| uint32 | SolClassFlags | ||
| TArray< TObjectPtr< UVerseClass > > | TaskClasses | All coroutine task classes belonging to this class (one for each coroutine in this class) | |
| TMap< FName, FVerseClassVarAccessors > | VarAccessors |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FVerseClassVarAccessors * | FindAccessors
(
FName VarName |
||
| void | ForEachVerseFunction
(
UObject* Object, |
Iterates over Verse Function Properties on an object instance and executes a callback with VerseFunction value and its Verse name. | |
| int32 | GetVerseFunctionParameterCount
(
UFunction* Func |
Returns a VerseFunction value given its display name | |
| bool | IsConcrete () |
||
| bool | |||
| bool | |||
| void | RenameDefaultSubobjects
(
UObject* InObject |
Renames default subobjects on a CDO so that they're unique (named after properties they are assigned to) | |
| void | SetNeedsSubobjectInstancingForLoadedInstances
(
bool bNeedsInstancing |
Overridden from UObjectBaseUtility
| Type | Name | Description | |
|---|---|---|---|
| UE::Core::FVersePath | GetVersePath () |
Gets the versepath of the UObject. |
Typedefs
| Name | Description |
|---|---|
| FOnPropertyRemoved | Delegate for detecting unresolved properties during reinstancing. |
Constants
| Name | Description |
|---|---|
| InitCDOFunctionName | Name of the CDO init function. |
| OnPropertyRemoved | |
| StructPaddingDummyName |