Navigation
API > API/Plugins > API/Plugins/DMXBlueprintGraph
| Name | UK2Node_GetDMXAttributeValues |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/K2Node_GetDMXAttributeValues.h |
| Include Path | #include "K2Node_GetDMXAttributeValues.h" |
Syntax
UCLASS ()
class UK2Node_GetDMXAttributeValues : public UK2Node_EditablePinBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_EditablePinBase → UK2Node_GetDMXAttributeValues
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_GetDMXAttributeValues() |
K2Node_GetDMXAttributeValues.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InputDMXFixturePatchPinName | const FName | K2Node_GetDMXAttributeValues.h | |
| OutputAttributesMapPinName | const FName | K2Node_GetDMXAttributeValues.h | |
| OutputIsSuccessPinName | const FName | K2Node_GetDMXAttributeValues.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsExposed | bool | K2Node_GetDMXAttributeValues.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
K2Node_GetDMXAttributeValues.h | ||
virtual bool CanCreateUserDefinedPin
(
const FEdGraphPinType& InPinType, |
K2Node_GetDMXAttributeValues.h | ||
virtual UEdGraphPin * CreatePinFromUserDefinition
(
const TSharedPtr< FUserPinInfo > NewPinInfo |
K2Node_GetDMXAttributeValues.h | ||
virtual void ExpandNode
(
FKismetCompilerContext& CompilerContext, |
K2Node_GetDMXAttributeValues.h | ||
void ExposeAttributes() |
Expose DMX function pins from fixture patch active mode | K2Node_GetDMXAttributeValues.h | |
UDMXEntityFixturePatch * GetFixturePatchFromPin() |
K2Node_GetDMXAttributeValues.h | ||
UEdGraphPin * GetInputDMXFixturePatchPin() |
K2Node_GetDMXAttributeValues.h | ||
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
K2Node_GetDMXAttributeValues.h | ||
virtual FText GetMenuCategory() |
K2Node_GetDMXAttributeValues.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
K2Node_GetDMXAttributeValues.h | ||
UEdGraphPin * GetOutputAttributesMapPin() |
K2Node_GetDMXAttributeValues.h | ||
UEdGraphPin * GetOutputIsSuccessPin() |
K2Node_GetDMXAttributeValues.h | ||
bool IsExposed() |
K2Node_GetDMXAttributeValues.h | ||
virtual bool ModifyUserDefinedPinDefaultValue
(
TSharedPtr< FUserPinInfo > PinInfo, |
K2Node_GetDMXAttributeValues.h | ||
void OnDataTypeChanged
(
const UDMXEntityFixtureType* InFixtureType, |
DEPRECATED 5.0 | K2Node_GetDMXAttributeValues.h | |
void OnFixturePatchChanged() |
Triggers when FixturePatch from input pin has been changed | K2Node_GetDMXAttributeValues.h | |
void OnFixtureTypeChanged
(
const UDMXEntityFixtureType* InFixtureType |
Called when the Fixture Type changed | K2Node_GetDMXAttributeValues.h | |
virtual void PinConnectionListChanged
(
UEdGraphPin* Pin |
K2Node_GetDMXAttributeValues.h | ||
virtual void PostPasteNode() |
K2Node_GetDMXAttributeValues.h | ||
void RemoveOutputPin
(
UEdGraphPin* Pin |
K2Node_GetDMXAttributeValues.h | ||
void RemovePinsRecursive
(
UEdGraphPin* Pin |
K2Node_GetDMXAttributeValues.h | ||
void ResetAttributes() |
Removes DMX function node pins | K2Node_GetDMXAttributeValues.h | |
virtual bool ShouldShowNodeProperties() |
K2Node_GetDMXAttributeValues.h | ||
virtual bool ShouldUseConstRefParams() |
K2Node_GetDMXAttributeValues.h |