Cesium for Unreal 2.12.0
|
A Blueprint-accessible wrapper for a glTF property table property in EXT_structural_metadata. More...
#include <CesiumPropertyTableProperty.h>
Public Member Functions | |
FCesiumPropertyTableProperty () | |
Construct an invalid property with an unknown type. | |
template<typename T , bool Normalized> | |
FCesiumPropertyTableProperty (const CesiumGltf::PropertyTablePropertyView< T, Normalized > &Property) | |
Construct a wrapper for the property table property view. | |
Friends | |
class | UCesiumPropertyTablePropertyBlueprintLibrary |
A Blueprint-accessible wrapper for a glTF property table property in EXT_structural_metadata.
A property has a specific type, such as int64 scalar or string, and values of that type that can be accessed with primitive feature IDs from EXT_mesh_features.
Definition at line 43 of file CesiumPropertyTableProperty.h.
|
inline |
Construct an invalid property with an unknown type.
Definition at line 51 of file CesiumPropertyTableProperty.h.
|
inline |
Construct a wrapper for the property table property view.
Property | The PropertyTablePropertyView to be stored in this struct. |
Definition at line 63 of file CesiumPropertyTableProperty.h.
|
friend |
Definition at line 110 of file CesiumPropertyTableProperty.h.