Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/FTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetCell
(
int32 Column, |
MuT/Table.h | ||
void SetCell
(
int32 Column, |
MuT/Table.h | ||
void SetCell
(
int32 Column, |
MuT/Table.h | ||
void SetCell
(
int32 Column, |
MuT/Table.h | ||
void SetCell
(
int32 Column, |
MuT/Table.h |
SetCell(int32, uint32, float, const void *)
| Name | SetCell |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/Table.h |
| Include Path | #include "MuT/Table.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/Table.cpp |
void SetCell
(
int32 Column,
uint32 RowId,
float Value,
const void * ErrorContext
)
SetCell(int32, uint32, const FVector4f &, const void *)
| Name | SetCell |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/Table.h |
| Include Path | #include "MuT/Table.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/Table.cpp |
void SetCell
(
int32 Column,
uint32 RowId,
const FVector4f & Value,
const void * ErrorContext
)
SetCell(int32, uint32, TResourceProxy< FImage > , const void )
| Name | SetCell |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/Table.h |
| Include Path | #include "MuT/Table.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/Table.cpp |
void SetCell
(
int32 Column,
uint32 RowId,
TResourceProxy < FImage > * Value,
const void * ErrorContext
)
SetCell(int32, uint32, const TSharedPtr< FMesh > &, const void *)
| Name | SetCell |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/Table.h |
| Include Path | #include "MuT/Table.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/Table.cpp |
void SetCell
(
int32 Column,
uint32 RowId,
const TSharedPtr < FMesh > & Value,
const void * ErrorContext
)
SetCell(int32, uint32, const FString &, const void *)
| Name | SetCell |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/Table.h |
| Include Path | #include "MuT/Table.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/Table.cpp |
void SetCell
(
int32 Column,
uint32 RowId,
const FString & Value,
const void * ErrorContext
)