UDMXEntityFixturePatch::GetAttributeFunction

Return the function currently mapped to the passed in Attribute, if any.

Windows
MacOS
Linux

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

Syntax

const FDMXFixtureFunction * GetAttributeFunction
(
    const FDMXAttributeName & Attribute
) const

Remarks

Return the function currently mapped to the passed in Attribute, if any. If no function is mapped to it, returns nullptr.

Returns

The function mapped to the passed in Attribute or nullptr if no function is mapped to it.

Parameters

Parameter

Description

Attribute

The attribute name to search for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss