Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNodeCustomHlsl
Description
Called in subclasses to restrict renaming. Verify that the potential rename has produced acceptable results for a pin.
Virtual Inheritance
- UNiagaraNode::VerifyEditablePinName → UNiagaraNodeWithDynamicPins::VerifyEditablePinName → UNiagaraNodeCustomHlsl::VerifyEditablePinName
| Name | VerifyEditablePinName |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeCustomHlsl.h |
| Include Path | #include "NiagaraNodeCustomHlsl.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeCustomHlsl.cpp |
virtual bool VerifyEditablePinName
(
const FText & InName,
FText & OutErrorMessage,
const UEdGraphPin * InGraphPinObj
) const