Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CustomEvent
Description
Discernible from the base UK2Node_Event's bOverrideFunction field. This checks to see if this UK2Node_CustomEvent overrides another CustomEvent declared in a parent blueprint.
| Name | IsOverride |
| 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 |
bool IsOverride() const
True if this CustomEvent's name matches another CustomEvent's name, declared in a parent (false if not).