Navigation
API > API/Plugins > API/Plugins/VEUVCore
| |
|
| Name |
FChart |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/VEUV/Source/VEUVCore/Public/VEUV/VEUVTypes.h |
| Include Path |
#include "VEUV/VEUVTypes.h" |
Syntax
struct FChart
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Area |
float |
World surface area |
VEUV/VEUVTypes.h |
|
| Bounds |
FBox2f |
Axis aligned UV bounds |
VEUV/VEUVTypes.h |
|
| PackedBounds |
FBox2f |
UV bounds after atlas allocation |
VEUV/VEUVTypes.h |
|
| Status |
EChartStatus |
Per-chart status flags |
VEUV/VEUVTypes.h |
|
| VoxelIndices |
TArray< int32 > |
All voxels belonging to this chart |
VEUV/VEUVTypes.h |
|