BarycentricInterpolate

Overload for [FVector4](API\Runtime\Core\Math\FVector4) to work around C2719: (formal parameter with requested alignment of 16 won't be aligned)

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceMeshCommon.h

Include

#include "NiagaraDataInterfaceMeshCommon.h"

Syntax

FVector4 BarycentricInterpolate
(
    float BaryX,
    float BaryY,
    float BaryZ,
    const FVector4 & V0,
    const FVector4 & V1,
    const FVector4 & V2
)

Remarks

Overload for FVector4 to work around C2719: (formal parameter with requested alignment of 16 won't be aligned)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss