Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceCamera
- UNiagaraDataInterface::UpgradeFunctionCall()
- UNiagaraDataInterfaceCamera::UpgradeFunctionCall()
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceCamera.h |
| Include | #include "NiagaraDataInterfaceCamera.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceCamera.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.