Navigation
Unreal Engine C++ API Reference > Plugins > DMXRuntime > UDMXSubsystem
References
Module | DMXRuntime |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXSubsystem.h |
Include | #include "DMXSubsystem.h" |
Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/DMXSubsystem.cpp |
UFUNCTION (BlueprintPure, Meta=(BlueprintInternalUseOnly="TRUE"), Category="DMX")
UDMXEntityFixturePatch * GetFixturePatch
(
FDMXEntityFixturePatchRef InFixturePatch
)
Remarks
Gets the Fixture Patch from a Fixture Patch Reference. The referenced Fixture Patch or nullptr if no valid Fixture Patch is referenced.
Parameters
Name | Description |
---|---|
InFixturePatch | Can be used to set the referenced Fixture Patch of the reference. |