Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library > API/Plugins/DMXRuntime/Library/FDMXEntityFixturePatchCache > API/Plugins/DMXRuntime/Library/FDMXEntityFixturePatchCache/__ctor
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityFixturePatchCache.h |
| Include | #include "Library/DMXEntityFixturePatchCache.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/Library/DMXEntityFixturePatchCache.cpp |
FDMXEntityFixturePatchCache
(
int32 InStartingChannel,
const FDMXFixtureMode * InActiveModePtr,
const FDMXFixtureMatrix * InFixtureMatrixPtr
)
Remarks
Constructs the cache. Arguments are used to determine what's cached.
@Param InStartingChannel The Starting Channel of the patch. @Param InActiveModePtr Pointer to the Active Mode of the patch, or nullptr if no Active Mode is available. @Param InFixtureMatrixPtr Pointer to the fixture matrix of the patch, or nullptr if no Fixture Matrix is available