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

A blueprint-accessible wrapper for a property texture property from a glTF. More...

#include <CesiumPropertyTextureProperty.h>

Public Member Functions

 FCesiumPropertyTextureProperty ()
 
template<typename T , bool Normalized>
 FCesiumPropertyTextureProperty (const CesiumGltf::PropertyTexturePropertyView< T, Normalized > &Property)
 
const int64 getTexCoordSetIndex () const
 
const CesiumGltf::SamplergetSampler () const
 
const CesiumGltf::ImageAssetgetImage () const
 
const std::optional< CesiumGltf::KhrTextureTransformgetTextureTransform () const
 

Friends

class UCesiumPropertyTexturePropertyBlueprintLibrary
 

Detailed Description

A blueprint-accessible wrapper for a property texture property from a glTF.

Provides per-pixel access to metadata encoded in a property texture.

Definition at line 40 of file CesiumPropertyTextureProperty.h.

Constructor & Destructor Documentation

◆ FCesiumPropertyTextureProperty() [1/2]

FCesiumPropertyTextureProperty::FCesiumPropertyTextureProperty ( )
inline

Definition at line 44 of file CesiumPropertyTextureProperty.h.

◆ FCesiumPropertyTextureProperty() [2/2]

template<typename T , bool Normalized>
FCesiumPropertyTextureProperty::FCesiumPropertyTextureProperty ( const CesiumGltf::PropertyTexturePropertyView< T, Normalized > & Property)
inline

Definition at line 51 of file CesiumPropertyTextureProperty.h.

Member Function Documentation

◆ getImage()

const CesiumGltf::ImageAsset * FCesiumPropertyTextureProperty::getImage ( ) const

◆ getSampler()

const CesiumGltf::Sampler * FCesiumPropertyTextureProperty::getSampler ( ) const

◆ getTexCoordSetIndex()

const int64 FCesiumPropertyTextureProperty::getTexCoordSetIndex ( ) const

◆ getTextureTransform()

const std::optional< CesiumGltf::KhrTextureTransform > FCesiumPropertyTextureProperty::getTextureTransform ( ) const

Friends And Related Symbol Documentation

◆ UCesiumPropertyTexturePropertyBlueprintLibrary


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