Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
Inheritance Hierarchy
- UObject
- UMVVMBlueprintInstancedViewModelBase
- UMVVMBlueprintInstancedViewModel_PropertyBag
References
| Module | ModelViewViewModelBlueprint |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintInstancedViewModel.h |
| Include | #include "MVVMBlueprintInstancedViewModel.h" |
Syntax
UCLASS (Abstract, Within=MVVMBlueprintView)
class UMVVMBlueprintInstancedViewModelBase : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMVVMInstancedViewModelGeneratedClass > | GeneratedClass | ||
| TSubclassOf< UMVVMInstancedViewModelGeneratedClass > | GeneratedClassType | ||
| TSubclassOf< UObject > | ParentClass | The base object of the generated class. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddOnRepFunction
(
FProperty* NewProperty |
||
| void | |||
| void | |||
| void | CleanClass () |
||
| void | |||
| FProperty * | CreateProperty
(
const FProperty* FromProperty, |
||
| FProperty * | CreateProperty
(
const FProperty* FromProperty, |
||
| void | GenerateClass
(
bool bForceGeneration |
||
| UClass * | |||
| void | InitializeProperty
(
FProperty* NewProperty, |
||
| bool | IsClassDirty () |
||
| bool | IsValidFieldName
(
const FName NewPropertyName, |
||
| bool | IsValidFieldName
(
const FName NewPropertyName |
||
| void | LinkProperty
(
FProperty* NewProperty, |
||
| void | LinkProperty
(
FProperty* NewProperty |
||
| void | |||
| void | SafeRename
(
UObject* Object |
||
| void | SetDefaultValue
(
const FProperty* SourceProperty, |
||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInitializePropertyArgs |