UHoudiniCSV::GetPointVectorValueAtTime

Returns the Vector Value for a given point at a given time value (linearly interpolated)

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 GetPointVectorValueAtTime
(
    const int32 & PointID,
    const int32 & ColumnIndex,
    const float & desiredTime,
    FVector & Vector,
    const bool & DoSwap,
    const bool & DoScale
) const

Remarks

Returns the Vector Value for a given point at a given time value (linearly interpolated)

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