This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Length (FRigVMFunction_MathVectorLength)
Returns the length of the vector
Information
| Plugin | RigVM |
| Category | Math|Vector |
| Tags | Size,Magnitude |
| Type | FRigVMFunction_MathVectorLength |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input vector to compute the length for | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting length of the vector | float |
Length (FRigVMFunction_StringLength)
Returns the length of a string
Information
| Plugin | RigVM |
| Category | Core|String |
| Type | FRigVMFunction_StringLength |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input string to retrieve the length for | FString |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Length | The resulting length of the input string | int32 |