Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/FDMXEntityFixturePatchCache
Description
Returns the raw attribute value for the specified Attribute Name. Returns nullptr if the attribute cannot be found.
| Name | GetRawMatrixAttributeValueFromCell |
| 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 |
const int32 * GetRawMatrixAttributeValueFromCell
(
int32 CellIndex,
const FDMXAttributeName & AttributeName
) const