Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | UK2Node_BitmaskLiteral |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BitmaskLiteral.h |
| Include Path | #include "K2Node_BitmaskLiteral.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_BitmaskLiteral :
public UK2Node ,
public INodeDependingOnEnumInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_BitmaskLiteral
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_BitmaskLiteral
(
const FObjectInitializer& ObjectInitializer |
K2Node_BitmaskLiteral.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BitflagsEnum | TObjectPtr< UEnum > | K2Node_BitmaskLiteral.h |
Functions
Public
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | K2Node_BitmaskLiteral.h | |
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | K2Node_BitmaskLiteral.h | |
virtual FText GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. | K2Node_BitmaskLiteral.h | |
virtual bool IsNodePure() |
Returns whether this node is considered 'pure' by the compiler | K2Node_BitmaskLiteral.h | |
virtual bool ShouldShowNodeProperties() |
Return whether the node's properties display in the blueprint details panel | K2Node_BitmaskLiteral.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
K2Node_BitmaskLiteral.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
K2Node_BitmaskLiteral.h | ||
virtual void ReconstructNode() |
K2Node_BitmaskLiteral.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
K2Node_BitmaskLiteral.h |
Overridden from INodeDependingOnEnumInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEnum * GetEnum() |
K2Node_BitmaskLiteral.h | ||
virtual void ReloadEnum
(
UEnum* InEnum |
K2Node_BitmaskLiteral.h | ||
virtual bool ShouldBeReconstructedAfterEnumChanged() |
K2Node_BitmaskLiteral.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ValidateBitflagsEnumType() |
Internal helper method used to validate the current enum type | K2Node_BitmaskLiteral.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FName & GetBitmaskInputPinName() |
K2Node_BitmaskLiteral.h |