<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CToolTable :: Catur Documentation</title>
    <link>https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctooltable/index.html</link>
    <description>Overview DataTable and DataTableRowHandle access helpers.&#xA;Functions Name Description getRowFromRH Get a row pointer from a FDataTableRowHandle. getArrayFromRH Get an array of row pointers from an array of FDataTableRowHandle. getArrayCopyFromDT Get a copy of all rows from a UDataTable. getRowFromDatatable Get a specific row by name from a UDataTable. // From row handle FMyRow* row = getRowFromRH&lt;FMyRow&gt;(myRowHandle); // Array of row handles TArray&lt;FMyRow*&gt; rows = getArrayFromRH&lt;FMyRow&gt;(myRowHandleArray); // All rows from datatable (copy) TArray&lt;FMyRow&gt; allRows = getArrayCopyFromDT&lt;FMyRow&gt;(myDataTable); // Specific row by name FMyRow* specific = getRowFromDatatable&lt;FMyRow&gt;(myDataTable, FName(&#34;RowName&#34;));</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctooltable/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>