Cesium for Unreal 2.12.0
|
Description of a feature texture with properties that should be uploaded to the GPU. More...
#include <CesiumEncodedMetadataComponent.h>
Public Attributes | |
FString | Name |
The name of this feature texture. | |
TArray< FFeatureTexturePropertyDescription > | Properties |
Descriptions of the properties to upload to the GPU. | |
Description of a feature texture with properties that should be uploaded to the GPU.
Definition at line 210 of file CesiumEncodedMetadataComponent.h.
FString FFeatureTextureDescription::Name |
The name of this feature texture.
Definition at line 217 of file CesiumEncodedMetadataComponent.h.
TArray<FFeatureTexturePropertyDescription> FFeatureTextureDescription::Properties |
Descriptions of the properties to upload to the GPU.
Definition at line 223 of file CesiumEncodedMetadataComponent.h.