Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/UDMXPixelMapping
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/DMXPixelMapping.h |
| Include | #include "DMXPixelMapping.h" |
template<typename TComponentClass>
void GetAllComponentsOfClass
(
TArray < TComponentClass * > & OutComponents
) const
Remarks
Get all component by given class
Parameters
| Name | Description |
|---|---|
| OutComponents | Found components |