UHoudiniCSV::GetFloatValue

Returns the float value at a given point in the CSV file.

Windows
MacOS
Linux

References

Module

HoudiniNiagara

Header

/Engine/Plugins/FX/HoudiniNiagara/Source/HoudiniNiagara/Public/HoudiniCSV.h

Include

#include "HoudiniCSV.h"

Source

/Engine/Plugins/FX/HoudiniNiagara/Source/HoudiniNiagara/Private/HoudiniCSV.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Houdini Attributes Data")
bool GetFloatValue
(
    const int32 & rowIndex,
    const int32 & colIndex,
    float & value
) const

Remarks

Returns the float value at 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