Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Editor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMDetailsViewWrapperObject
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMDetailsViewWrapperObject.h |
| Include | #include "Editor/RigVMDetailsViewWrapperObject.h" |
Syntax
UCLASS&40;&41;
class URigVMDetailsViewWrapperObject : public UObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UClass * | GetClassForNodes
(
TArray< URigVMNode* > InNodes, |
Creating wrappers from a RigVMNode. | |
| UClass * | GetClassForStruct
(
UScriptStruct* InStruct, |
Creating wrappers from a given struct. | |
| T | GetContent () |
||
| void | GetContent
(
uint8* OutStructMemory, |
||
| UObject * | GetSubject () |
||
| FString | |||
| FWrappedPropertyChangedChainEvent & | |||
| UScriptStruct * | |||
| bool | IsChildOf () |
||
| bool | |||
| bool | IsValidClass
(
UClass* InClass |
||
| URigVMDetailsViewWrapperObject * | MakeInstance
(
UClass* InWrapperObjectClass, |
||
| URigVMDetailsViewWrapperObject * | MakeInstance
(
UClass* InWrapperObjectClass, |
||
| void | MarkOutdatedClass
(
UClass* InClass |
||
| void | SetContent
(
URigVMNode* InNode |
||
| void | SetContent
(
const uint8* InStructMemory, |
||
| void | SetContent
(
const T& InValue |
||
| void | SetSubject
(
UObject* InSubject |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. |
Constants
| Name | Description |
|---|---|
| ClassToInfo | |
| InfoToClass | |
| OutdatedClassToRecreate |