Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceParticleRea-
Description
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.
Virtual Inheritance
- UNiagaraDataInterface::UpgradeFunctionCall → UNiagaraDataInterfaceParticleRead::UpgradeFunctionCall
| Name | UpgradeFunctionCall |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceParticleRead.h |
| Include Path | #include "NiagaraDataInterfaceParticleRead.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceParticleRead.cpp |
virtual bool UpgradeFunctionCall
(
FNiagaraFunctionSignature & FunctionSignature
)