Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMBuildData.h |
| Include | #include "RigVMModel/RigVMBuildData.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRigVMFunctionReferenceArray
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSoftObjectPtr< URigVMFunctionReferenceNode > > | FunctionReferences |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValidIndex
(
int32 InIndex |
Returns true if a given function reference index is valid. | |
| int32 | Num () |
Returns the number of reference functions. | |
| void | Reset () |
Resets the data structure and maintains all storage. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const TSoftObjectPtr< URigVMFunctionReferenceNode > & | operator[]
(
int32 InIndex |
Const accessor for an function reference given its index |