Get Vector Value

Get Vector Value

Windows
MacOS
Linux

// Returns the string value at a given point in the CSV file bool GetCSVStringValue( const int32& rowIndex, const int32& colIndex, FString& value ); // Returns the string value at a given point in the CSV file bool GetCSVStringValue( const int32& rowIndex, const FString& ColumnTitle, FString& value ); // Returns a Vector3 for a given point in the CSV file

Target is Houdini CSV

Get Vector Value
Target
Select Asset
Row Index
0
Col Index
0
Do Swap
Do Scale
Value
X0
Y 0
Z 0
Return Value

Inputs

Target
Houdini CSV Object Reference
Row Index
Integer (by ref)
Col Index
Integer (by ref)
Do Swap
Boolean (by ref)
Do Scale
Boolean (by ref)

Outputs

Value
Vector
Return Value
Boolean

// Returns the string value at a given point in the CSV file bool GetCSVStringValue( const int32& rowIndex, const int32& colIndex, FString& value ); // Returns the string value at a given point in the CSV file bool GetCSVStringValue( const int32& rowIndex, const FString& ColumnTitle, FString& value ); // Returns a Vector3 for a given point in the CSV file

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss