Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library > API/Plugins/DMXRuntime/Library/UDMXEntityFixturePatch
References
Module | DMXRuntime |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityFixturePatch.h |
Include | #include "Library/DMXEntityFixturePatch.h" |
Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/Library/DMXEntityFixturePatch.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"DMX&124;Fixture Patch",
Meta&61;&40;DeprecatedFunction, DeprecationMessage&61;"Deprecated 4.26. Use GetNormalizedAttributeValue instead. Note, new method returns normalized values&33;"&41;&41;
float GetNormalizedAttributeValue
&40;
FDMXAttributeName Attribute,
bool & bSuccess
&41;
Remarks
Retrieves the normalized value of an Attribute. Will fail and return 0 if the Attribute doesn't exist. The value of the Function mapped to the selected Attribute, if found.
Parameters
Name | Description |
---|---|
Attribute | The Attribute to try to get the value from. |
bSuccess | Whether the Attribute was found in this Fixture Patch |