Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight > API/Plugins/TextureGraphInsight/T_Tiled
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Resize
(
Size size |
Model/TextureGraphInsightRecord.h | ||
void Resize
(
TiledGrid grid |
Model/TextureGraphInsightRecord.h | ||
void Resize
(
Size rows, |
Model/TextureGraphInsightRecord.h |
Resize(Size)
| Name | Resize |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include Path | #include "Model/TextureGraphInsightRecord.h" |
void Resize
(
Size size
)
Resize(TiledGrid)
| Name | Resize |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include Path | #include "Model/TextureGraphInsightRecord.h" |
void Resize
(
TiledGrid grid
)
Resize(Size, Size)
| Name | Resize |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include Path | #include "Model/TextureGraphInsightRecord.h" |
void Resize
(
Size rows,
Size cols
)