![]() |
Cesium for Unreal 2.24.1
|
A Blueprint-accessible wrapper for an array value from 3D Tiles or glTF metadata. More...
#include <CesiumPropertyArray.h>
Public Member Functions | |
| FCesiumPropertyArray () | |
| Constructs an empty instance with an unknown element type. | |
| template<typename T> | |
| FCesiumPropertyArray (CesiumGltf::PropertyArrayCopy< T > &&value, TSharedPtr< FCesiumMetadataEnum > pEnumDefinition=nullptr) | |
| Constructs an array instance. | |
| template<typename T> | |
| FCesiumPropertyArray (const CesiumGltf::PropertyArrayCopy< T > &value, TSharedPtr< FCesiumMetadataEnum > pEnumDefinition=nullptr) | |
| template<typename T> | |
| FCesiumPropertyArray (const CesiumGltf::PropertyArrayView< T > &value, TSharedPtr< FCesiumMetadataEnum > pEnumDefinition=nullptr) | |
| FCesiumPropertyArray (FCesiumPropertyArray &&rhs) | |
| FCesiumPropertyArray & | operator= (FCesiumPropertyArray &&rhs) |
| FCesiumPropertyArray (const FCesiumPropertyArray &rhs) | |
| FCesiumPropertyArray & | operator= (const FCesiumPropertyArray &rhs) |
Friends | |
| class | UCesiumPropertyArrayBlueprintLibrary |
| struct | FCesiumMetadataValue |
A Blueprint-accessible wrapper for an array value from 3D Tiles or glTF metadata.
Definition at line 22 of file CesiumPropertyArray.h.
| FCesiumPropertyArray::FCesiumPropertyArray | ( | ) |
Constructs an empty instance with an unknown element type.
|
inline |
Constructs an array instance.
| value | The property array view that will be stored in this struct |
| pEnumDefinition | The enum definition this property uses, if any. |
Definition at line 116 of file CesiumPropertyArray.h.
|
inline |
Definition at line 127 of file CesiumPropertyArray.h.
|
inline |
Definition at line 135 of file CesiumPropertyArray.h.
| FCesiumPropertyArray::FCesiumPropertyArray | ( | FCesiumPropertyArray && | rhs | ) |
| FCesiumPropertyArray::FCesiumPropertyArray | ( | const FCesiumPropertyArray & | rhs | ) |
| FCesiumPropertyArray & FCesiumPropertyArray::operator= | ( | const FCesiumPropertyArray & | rhs | ) |
| FCesiumPropertyArray & FCesiumPropertyArray::operator= | ( | FCesiumPropertyArray && | rhs | ) |
|
friend |
Definition at line 154 of file CesiumPropertyArray.h.
|
friend |
Definition at line 153 of file CesiumPropertyArray.h.