SetNiagaraVariableVec3 deprecated

When building my project in UE5.4, I get warning for the function:

SetNiagaraVariableVec3()

it says

UE_DEPRECATED(5.3, “This method will be removed in a future release. Please update to use the FName variant”)

I cannot find which variant it is. Anyone knows?

1 Like

NiagaraComp->SetVariableVec3(FName(TEXT(“Name”)…)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.