![]() |
Cesium for Unreal 2.24.1
|
Description of a property attribute with properties that should be made accessible to Unreal materials. More...
#include <CesiumFeaturesMetadataDescription.h>
Public Attributes | |
| FString | Name |
| The name of this property attribute. | |
| TArray< FCesiumPropertyAttributePropertyDescription > | Properties |
| Descriptions of the properties to upload to the GPU. | |
Description of a property attribute with properties that should be made accessible to Unreal materials.
Definition at line 243 of file CesiumFeaturesMetadataDescription.h.
| FString FCesiumPropertyAttributeDescription::Name |
The name of this property attribute.
Definition at line 250 of file CesiumFeaturesMetadataDescription.h.
| TArray<FCesiumPropertyAttributePropertyDescription> FCesiumPropertyAttributeDescription::Properties |
Descriptions of the properties to upload to the GPU.
Definition at line 256 of file CesiumFeaturesMetadataDescription.h.