Navigation
API > API/Plugins > API/Plugins/Niagara
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T BarycentricInterpolate
(
FVector3f BaryCoord, |
NiagaraDataInterfaceMeshCommon.h | ||
FVector4 BarycentricInterpolate
(
FVector3f BaryCoord, |
Overload for FVector4 to work around C2719: (formal parameter with requested alignment of 16 won't be aligned) | NiagaraDataInterfaceMeshCommon.h | |
T BarycentricInterpolate
(
float BaryX, |
NiagaraDataInterfaceMeshCommon.h | ||
FVector4 BarycentricInterpolate
(
float BaryX, |
Overload for FVector4 to work around C2719: (formal parameter with requested alignment of 16 won't be aligned) | NiagaraDataInterfaceMeshCommon.h |
BarycentricInterpolate(FVector3f, T, T, T)
| Name | BarycentricInterpolate |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceMeshCommon.h |
| Include Path | #include "NiagaraDataInterfaceMeshCommon.h" |
template<typename T>
T BarycentricInterpolate
(
FVector3f BaryCoord,
T V0,
T V1,
T V2
)
BarycentricInterpolate(FVector3f, const FVector4 &, const FVector4 &, const FVector4 &)
Description
Overload for FVector4 to work around C2719: (formal parameter with requested alignment of 16 won't be aligned)
| Name | BarycentricInterpolate |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceMeshCommon.h |
| Include Path | #include "NiagaraDataInterfaceMeshCommon.h" |
FVector4 BarycentricInterpolate
(
FVector3f BaryCoord,
const FVector4 & V0,
const FVector4 & V1,
const FVector4 & V2
)
BarycentricInterpolate(float, float, float, T, T, T)
| Name | BarycentricInterpolate |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceMeshCommon.h |
| Include Path | #include "NiagaraDataInterfaceMeshCommon.h" |
template<typename T>
T BarycentricInterpolate
(
float BaryX,
float BaryY,
float BaryZ,
T V0,
T V1,
T V2
)
BarycentricInterpolate(float, float, float, const FVector4 &, const FVector4 &, const FVector4 &)
Description
Overload for FVector4 to work around C2719: (formal parameter with requested alignment of 16 won't be aligned)
| Name | BarycentricInterpolate |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceMeshCommon.h |
| Include Path | #include "NiagaraDataInterfaceMeshCommon.h" |
FVector4 BarycentricInterpolate
(
float BaryX,
float BaryY,
float BaryZ,
const FVector4 & V0,
const FVector4 & V1,
const FVector4 & V2
)