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