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?

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