Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceMeshCommon.h |
| Include | #include "NiagaraDataInterfaceMeshCommon.h" |
Syntax
USTRUCT&40;&41;
struct FMeshTriCoordinate
Remarks
A coordinate on a mesh usable in Niagara. Do not alter this struct without updating the data interfaces that use it!
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector3f | BaryCoord | ||
| int32 | Tri |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshTriCoordinate
(
int32 InTri, |