Length (FRigVMFunction_MathVectorLength)
Returns the length of the vector
| 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
| 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 |
|