![]() |
Cesium for Unreal 2.20.0
|
A blueprint-accessible wrapper of a property texture from a glTF. More...
#include <CesiumPropertyTexture.h>
Public Member Functions | |
| FCesiumPropertyTexture () | |
| Construct an empty property texture instance. | |
| FCesiumPropertyTexture (const CesiumGltf::Model &model, const CesiumGltf::PropertyTexture &propertyTexture) | |
| Constructs a property texture from the given glTF. | |
| FCesiumPropertyTexture (const CesiumGltf::Model &model, const CesiumGltf::PropertyTexture &propertyTexture, const TSharedPtr< FCesiumMetadataEnumCollection > &pEnumCollection) | |
| Constructs a property texture from the given glTF. | |
| FString | getClassName () const |
| Gets the name of the metadata class that this property table conforms to. | |
Friends | |
| class | UCesiumPropertyTextureBlueprintLibrary |
A blueprint-accessible wrapper of a property texture from a glTF.
Provides access to FCesiumPropertyTextureProperty views of texture metadata.
Definition at line 38 of file CesiumPropertyTexture.h.
|
inline |
Construct an empty property texture instance.
Definition at line 45 of file CesiumPropertyTexture.h.
|
inline |
Constructs a property texture from the given glTF.
| model | The model that stores EXT_structural_metadata. |
| propertyTexture | The target property texture. |
Definition at line 54 of file CesiumPropertyTexture.h.
| FCesiumPropertyTexture::FCesiumPropertyTexture | ( | const CesiumGltf::Model & | model, |
| const CesiumGltf::PropertyTexture & | propertyTexture, | ||
| const TSharedPtr< FCesiumMetadataEnumCollection > & | pEnumCollection ) |
Constructs a property texture from the given glTF.
| model | The model that stores EXT_structural_metadata. |
| propertyTexture | The target property texture. |
| pEnumCollection | The enum collection to use, if any. |
|
inline |
Gets the name of the metadata class that this property table conforms to.
Definition at line 77 of file CesiumPropertyTexture.h.
|
friend |
Definition at line 86 of file CesiumPropertyTexture.h.