Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/FDMXEntityFixturePatchCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetDistributedCellIndex
(
const FIntPoint& CellCoordinate |
Returns a pixel mapping distribution ordered Cell Index from a Cell Coordinate, or INDEX_NONE if not a valid index | Library/DMXEntityFixturePatchCache.h | |
int32 GetDistributedCellIndex
(
int32 CellIndex |
Returns a pixel mapping distribution ordered Cell Index from a Cell Coordinate, or INDEX_NONE if not a valid index | Library/DMXEntityFixturePatchCache.h |
GetDistributedCellIndex(const FIntPoint &)
Description
Returns a pixel mapping distribution ordered Cell Index from a Cell Coordinate, or INDEX_NONE if not a valid index
| Name | GetDistributedCellIndex |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityFixturePatchCache.h |
| Include Path | #include "Library/DMXEntityFixturePatchCache.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/Library/DMXEntityFixturePatchCache.cpp |
int32 GetDistributedCellIndex
(
const FIntPoint & CellCoordinate
) const
GetDistributedCellIndex(int32)
Description
Returns a pixel mapping distribution ordered Cell Index from a Cell Coordinate, or INDEX_NONE if not a valid index
| Name | GetDistributedCellIndex |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityFixturePatchCache.h |
| Include Path | #include "Library/DMXEntityFixturePatchCache.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/Library/DMXEntityFixturePatchCache.cpp |
int32 GetDistributedCellIndex
(
int32 CellIndex
) const