Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
UDEPRECATED_CesiumEncodedMetadataComponent Class Reference

An actor component that can be added to Cesium3DTileset actors to dictate what metadata to encode for access on the GPU. More...

#include <CesiumEncodedMetadataComponent.h>

Inheritance diagram for UDEPRECATED_CesiumEncodedMetadataComponent:

Public Attributes

TArray< FFeatureTableDescriptionFeatureTables
 Descriptions of feature tables to upload to the GPU.
 
TArray< FFeatureTextureDescriptionFeatureTextures
 Descriptions of feature textures to upload to the GPU.
 

Detailed Description

An actor component that can be added to Cesium3DTileset actors to dictate what metadata to encode for access on the GPU.

The selection can be automatically populated based on available metadata by clicking the "Auto Fill" button. Once a selection of desired metadata is made, the boiler-plate material code to access the selected properties can be auto-generated using the "Generate Material" button.

Definition at line 272 of file CesiumEncodedMetadataComponent.h.

Member Data Documentation

◆ FeatureTables

TArray<FFeatureTableDescription> UDEPRECATED_CesiumEncodedMetadataComponent::FeatureTables

Descriptions of feature tables to upload to the GPU.

Definition at line 310 of file CesiumEncodedMetadataComponent.h.

◆ FeatureTextures

TArray<FFeatureTextureDescription> UDEPRECATED_CesiumEncodedMetadataComponent::FeatureTextures

Descriptions of feature textures to upload to the GPU.

Definition at line 323 of file CesiumEncodedMetadataComponent.h.


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