Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
FCesiumPropertyTableDescription Struct Reference

Description of a property table containing properties to be encoded for access in Unreal materials. More...

#include <CesiumFeaturesMetadataComponent.h>

Public Attributes

FString Name
 The name of this property table.
 
TArray< FCesiumPropertyTablePropertyDescriptionProperties
 Descriptions of the properties to upload to the GPU.
 

Detailed Description

Description of a property table containing properties to be encoded for access in Unreal materials.

Definition at line 157 of file CesiumFeaturesMetadataComponent.h.

Member Data Documentation

◆ Name

FString FCesiumPropertyTableDescription::Name

The name of this property table.

If this property table has no name in the EXT_structural_metadata extension, then its class name is used instead.

Definition at line 166 of file CesiumFeaturesMetadataComponent.h.

◆ Properties

TArray<FCesiumPropertyTablePropertyDescription> FCesiumPropertyTableDescription::Properties

Descriptions of the properties to upload to the GPU.

Definition at line 172 of file CesiumFeaturesMetadataComponent.h.


The documentation for this struct was generated from the following file: