Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight > API/Plugins/TextureGraphInsight/Model
References
| Module | TextureGraphInsight |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include | #include "Model/TextureGraphInsightRecord.h" |
Syntax
template<typename DimType>
class T_TiledGrid
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
T_TiledGrid () |
|||
T_TiledGrid
(
Size size |
|||
T_TiledGrid
(
Size rows, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Size | Cols () |
||
| void | ForEach
(
Functor functor |
||
| bool | IsEmpty () |
||
| bool | IsTiled () |
||
| bool | IsUnique () |
||
| bool | IsValidTile
(
Size tx, |
||
| Index | NumTiles () |
||
| Size | Rows () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Index | operator()
(
Size tx, |