![]() |
Cesium for Unreal 2.20.0
|
A Blueprint-accessible wrapper for a glTF property table. More...
#include <CesiumPropertyTable.h>
Public Member Functions | |
| FCesiumPropertyTable () | |
| Construct an empty property table instance. | |
| FCesiumPropertyTable (const CesiumGltf::Model &model, const CesiumGltf::PropertyTable &propertyTable) | |
| Constructs a property table from a glTF Property Table. | |
| FCesiumPropertyTable (const CesiumGltf::Model &model, const CesiumGltf::PropertyTable &propertyTable, const TSharedPtr< FCesiumMetadataEnumCollection > &pEnumCollection) | |
| Constructs a property table from a glTF Property Table. | |
| FString | getClassName () const |
| Gets the name of the metadata class that this property table conforms to. | |
Friends | |
| class | UCesiumPropertyTableBlueprintLibrary |
A Blueprint-accessible wrapper for a glTF property table.
A property table is a collection of properties for the features in a mesh. It knows how to look up the metadata values associated with a given feature ID.
Definition at line 39 of file CesiumPropertyTable.h.
|
inline |
Construct an empty property table instance.
Definition at line 46 of file CesiumPropertyTable.h.
|
inline |
Constructs a property table from a glTF Property Table.
| model | The model that stores EXT_structural_metadata. |
| propertyTable | The target property table. |
Definition at line 55 of file CesiumPropertyTable.h.
| FCesiumPropertyTable::FCesiumPropertyTable | ( | const CesiumGltf::Model & | model, |
| const CesiumGltf::PropertyTable & | propertyTable, | ||
| const TSharedPtr< FCesiumMetadataEnumCollection > & | pEnumCollection ) |
Constructs a property table from a glTF Property Table.
| model | The model that stores EXT_structural_metadata. |
| propertyTable | The target property table. |
| 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 78 of file CesiumPropertyTable.h.
|
friend |
Definition at line 88 of file CesiumPropertyTable.h.