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