Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CustomEvent
Description
If a CustomEvent overrides another CustomEvent, then it inherits the super's net flags. This method does that work for you, either returning the super function's flags, or this node's flags (if it's not an override).
| Name | GetNetFlags |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h |
| Include Path | #include "K2Node_CustomEvent.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CustomEvent.cpp |
uint32 GetNetFlags() const
If this CustomEvent is an override, then this is the super's net flags, otherwise it's from the FunctionFlags set on this node.