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

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback