Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
A struct describing the result of a backwards compatibility patch.
| Name | FRigVMClientPatchResult |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
Syntax
USTRUCT ()
struct FRigVMClientPatchResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMClientPatchResult() |
RigVMModel/RigVMController.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedNodes | TArray< TWeakObjectPtr< const URigVMNode > > | RigVMModel/RigVMController.h | ||
| bChangedContent | bool | RigVMModel/RigVMController.h | ||
| bRequiresToMarkPackageDirty | bool | RigVMModel/RigVMController.h | ||
| bSucceeded | bool | RigVMModel/RigVMController.h | ||
| ErrorMessages | TArray< FString > | RigVMModel/RigVMController.h | ||
| RemovedNodes | TArray< FString > | RigVMModel/RigVMController.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ChangedContent() |
RigVMModel/RigVMController.h | ||
const TArray< TWeakObjectPtr< const URigVMNode > > & GetAddedNodes() |
RigVMModel/RigVMController.h | ||
| RigVMModel/RigVMController.h | |||
| RigVMModel/RigVMController.h | |||
bool RequiresToMarkPackageDirty() |
RigVMModel/RigVMController.h | ||
bool Succeeded() |
RigVMModel/RigVMController.h |