Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/UDMXEntityFixtureType
Description
Adds a new Function to the Mode's Functions array
| Name | AddFunction |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityFixtureType.h |
| Include Path | #include "Library/DMXEntityFixtureType.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/Library/DMXEntityFixtureType.cpp |
int32 AddFunction
(
int32 InModeIndex
)
The Index of the newly added Function.
Parameters
| Name | Remarks |
|---|---|
| InModeIndex | The index of the Mode, that will have the Function added to its Functions array. |