Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/FDMXPixelMappingComponentTemplat-
Description
Creates an instance of the Component according to the class specified during construction. Returns nullptr if the ComponentType is not a ComponentType.
| Name | CreateComponent |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Templates/DMXPixelMappingComponentTemplate.h |
| Include Path | #include "Templates/DMXPixelMappingComponentTemplate.h" |
template<typename ComponentType>
ComponentType * CreateComponent
(
UDMXPixelMappingRootComponent * InRootComponent
)