UK2Node_BitmaskLiteral::ExpandNode

Expands a node while compiling, which may add additional nodes or delete this node

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UK2Node::ExpandNode()

UK2Node_BitmaskLiteral::ExpandNode()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BitmaskLiteral.h

Include

#include "K2Node_BitmaskLiteral.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BitmaskLiteral.cpp

Syntax

virtual void ExpandNode
(
    class FKismetCompilerContext & CompilerContext,
    UEdGraph * SourceGraph
)

Remarks

Expands a node while compiling, which may add additional nodes or delete this node