Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Templates
Inheritance Hierarchy
- TSharedFromThis
- FDMXPixelMappingComponentTemplate
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Templates/DMXPixelMappingComponentTemplate.h |
| Include | #include "Templates/DMXPixelMappingComponentTemplate.h" |
Syntax
class FDMXPixelMappingComponentTemplate : public TSharedFromThis< FDMXPixelMappingComponentTemplate >
Remarks
The Component template represents a Component or a set of Components to create.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Name | The name of the Component template. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXPixelMappingComponentTemplate
(
TSubclassOf< UDMXPixelMappingBaseComponent > InComponentClass |
Constructor for a template that can be specified by class | ||
FDMXPixelMappingComponentTemplate
(
TSubclassOf< UDMXPixelMappingBaseComponent > InComponentClass, |
Constructor for a group items template that can hold fixture patches |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ComponentType * | CreateComponent
(
UDMXPixelMappingRootComponent* InRootComponent |
Creates an instance of the Component according to the class specified during construction. | |
| FText | GetCategory () |
Gets the category for the Component |