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

Represents the true value type of a metadata value, akin to the property types in EXT_structural_metadata. More...

#include <CesiumMetadataValueType.h>

Public Member Functions

 FCesiumMetadataValueType ()
 
 FCesiumMetadataValueType (ECesiumMetadataType InType, ECesiumMetadataComponentType InComponentType, bool IsArray=false)
 
bool operator== (const FCesiumMetadataValueType &ValueType) const
 
bool operator!= (const FCesiumMetadataValueType &ValueType) const
 

Public Attributes

ECesiumMetadataType Type
 The type of the metadata property or value.
 
ECesiumMetadataComponentType ComponentType
 The component of the metadata property or value.
 
bool bIsArray
 Whether or not this represents an array containing elements of the specified types.
 

Detailed Description

Represents the true value type of a metadata value, akin to the property types in EXT_structural_metadata.

Definition at line 137 of file CesiumMetadataValueType.h.

Constructor & Destructor Documentation

◆ FCesiumMetadataValueType() [1/2]

FCesiumMetadataValueType::FCesiumMetadataValueType ( )
inline

Definition at line 140 of file CesiumMetadataValueType.h.

◆ FCesiumMetadataValueType() [2/2]

FCesiumMetadataValueType::FCesiumMetadataValueType ( ECesiumMetadataType InType,
ECesiumMetadataComponentType InComponentType,
bool IsArray = false )
inline

Definition at line 145 of file CesiumMetadataValueType.h.

Member Function Documentation

◆ operator!=()

bool FCesiumMetadataValueType::operator!= ( const FCesiumMetadataValueType & ValueType) const
inline

Definition at line 182 of file CesiumMetadataValueType.h.

◆ operator==()

bool FCesiumMetadataValueType::operator== ( const FCesiumMetadataValueType & ValueType) const
inline

Definition at line 177 of file CesiumMetadataValueType.h.

Member Data Documentation

◆ bIsArray

bool FCesiumMetadataValueType::bIsArray

Whether or not this represents an array containing elements of the specified types.

Definition at line 175 of file CesiumMetadataValueType.h.

◆ ComponentType

ECesiumMetadataComponentType FCesiumMetadataValueType::ComponentType

The component of the metadata property or value.

Only applies when the type is a Scalar, VecN, or MatN type.

Definition at line 168 of file CesiumMetadataValueType.h.

◆ Type

ECesiumMetadataType FCesiumMetadataValueType::Type

The type of the metadata property or value.

Definition at line 155 of file CesiumMetadataValueType.h.


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