Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
Syntax
struct FRigVMASTLinkDescription
Remarks
A structure to describe a link between two proxies
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | LinkIndex | ||
| FString | SegmentPath | ||
| FRigVMASTProxy | SourceProxy | ||
| FRigVMASTProxy | TargetProxy |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMASTLinkDescription
(
const FRigVMASTLinkDescription& InOther |
|||
FRigVMASTLinkDescription
(
const FRigVMASTProxy& InSourceProxy, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRigVMASTLinkDescription & | operator=
(
const FRigVMASTLinkDescription& |
Note that unlike the copy constructor, LinkIndex is copied by the assignment operator. |