Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMControllerSettings
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include | #include "RigVMModel/RigVMController.h" |
Syntax
UCLASS&40;Config&61;EditorSettings&41;
class URigVMControllerSettings : public UObject
Remarks
Default settings for the RigVM Controller
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoResolveTemplateNodesWhenLinkingExecute | When adding a link to an execute pin on a template node, this functionality automatically resolves the template node to the most commonly used type. | |
| TMap< FName, FRigVMController_CommonTypePerTemplate > | TemplateDefaultTypes | The commonly used types for a template node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
URigVMControllerSettings
(
const FObjectInitializer& Initializer |