Navigation
API > API/Plugins > API/Plugins/DisplayClusterShaders
| |
|
| Name |
FMPCDIGeometryImportData |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterShaders/Public/Blueprints/MPCDIGeometryData.h |
| Include Path |
#include "Blueprints/MPCDIGeometryData.h" |
Syntax
USTRUCT (BlueprintType , Category="MPCDI")
struct FMPCDIGeometryImportData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Height |
int32 |
|
Blueprints/MPCDIGeometryData.h |
- EditAnywhere
- BlueprintReadWrite
- Category="MPCDI"
|
| Vertices |
TArray< FVector > |
|
Blueprints/MPCDIGeometryData.h |
- EditAnywhere
- BlueprintReadWrite
- Category="MPCDI"
|
| Width |
int32 |
|
Blueprints/MPCDIGeometryData.h |
- EditAnywhere
- BlueprintReadWrite
- Category="MPCDI"
|