Navigation
API > API/Plugins > API/Plugins/Water > API/Plugins/Water/UNiagaraDataInterfaceWater
- UNiagaraDataInterface::UpgradeFunctionCall()
- UNiagaraDataInterfaceWater::UpgradeFunctionCall()
References
| Module | Water |
| Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/NiagaraDataInterfaceWater.h |
| Include | #include "NiagaraDataInterfaceWater.h" |
| Source | /Engine/Plugins/Experimental/Water/Source/Runtime/Private/NiagaraDataInterfaceWater.cpp |
virtual bool UpgradeFunctionCall
(
FNiagaraFunctionSignature & FunctionSignature
)
Remarks
Allows data interfaces the opportunity to rename / change the function signature and perform an upgrade. Return true if the signature was modified and we need to refresh the pins / name, etc.