Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
Interface that allows access to externally-hosted models.
| Name | IRigVMClientExternalModelHost |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
Syntax
class IRigVMClientExternalModelHost
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectPtr< URigVMGraph > CreateContainedGraphModel
(
URigVMCollapseNode* CollapseNode, |
Sets a new created model as. | RigVMModel/RigVMClient.h | |
const TArray< TObjectPtr< URigVMGraph > > & GetExternalModels() |
Returns the externally-held models for a client. | RigVMModel/RigVMClient.h |