Navigation
API > API/Plugins > API/Plugins/CustomMeshComponent
| |
|
| Name |
FCustomMeshTriangle |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Classes/CustomMeshComponent.h |
| Include Path |
#include "CustomMeshComponent.h" |
Syntax
USTRUCT (BlueprintType )
struct FCustomMeshTriangle
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Vertex0 |
FVector |
|
CustomMeshComponent.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Triangle
|
| Vertex1 |
FVector |
|
CustomMeshComponent.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Triangle
|
| Vertex2 |
FVector |
|
CustomMeshComponent.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Triangle
|