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

Description of a feature table property that should be encoded for access on the GPU. More...

#include <CesiumEncodedMetadataComponent.h>

Public Attributes

FString Name
 The name of this property as it will be referenced in the material.
 
ECesiumPropertyComponentType_DEPRECATED ComponentType
 The GPU component type to coerce this property to.
 
ECesiumPropertyType_DEPRECATED Type
 The property type.
 
bool Normalized = false
 If ComponentType==Uint8, this indicates whether to normalize into a [0-1] range before accessing on the GPU.
 

Detailed Description

Description of a feature table property that should be encoded for access on the GPU.

Definition at line 66 of file CesiumEncodedMetadataComponent.h.

Member Data Documentation

◆ ComponentType

ECesiumPropertyComponentType_DEPRECATED FPropertyDescription::ComponentType
Initial value:

The GPU component type to coerce this property to.

Definition at line 81 of file CesiumEncodedMetadataComponent.h.

◆ Name

FString FPropertyDescription::Name

The name of this property as it will be referenced in the material.

Definition at line 74 of file CesiumEncodedMetadataComponent.h.

◆ Normalized

bool FPropertyDescription::Normalized = false

If ComponentType==Uint8, this indicates whether to normalize into a [0-1] range before accessing on the GPU.

Definition at line 101 of file CesiumEncodedMetadataComponent.h.

◆ Type

ECesiumPropertyType_DEPRECATED FPropertyDescription::Type

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