FMeshTriCoordinate

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterfaceMeshCommon.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
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

Name Description

Public variable UProperty Category, EditAnywhere

FVector

 

BaryCoord

Public variable UProperty Category, EditAnywhere

int32

 

Tri

Constructors

Name Description

Public function

FMeshTriCoordinate()

Public function

FMeshTriCoordinate

(
    int32 InTri,
    FVector InBaryCoord
)

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