UHoudiniCSV::ParseCSVTitleRow

Parses the CSV title row to update the column indexes of special values we're interested in Also look for packed vectors in the first row and update the indexes accordingly

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

bool ParseCSVTitleRow
(
    const FString & TitleRow,
    const FString & FirstValueRow,
    bool & HasPackedVectors
)

Remarks

Parses the CSV title row to update the column indexes of special values we're interested in Also look for packed vectors in the first row and update the indexes accordingly

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