Cesium for Unreal 2.12.0
|
A Blueprint-accessible wrapper for an array property in glTF metadata. More...
#include <CesiumPropertyArray.h>
Public Member Functions | |
FCesiumPropertyArray () | |
Constructs an empty array instance with an unknown element type. | |
template<typename T > | |
FCesiumPropertyArray (CesiumGltf::PropertyArrayCopy< T > &&value) | |
Constructs an array instance. | |
template<typename T > | |
FCesiumPropertyArray (const CesiumGltf::PropertyArrayCopy< T > &value) | |
template<typename T > | |
FCesiumPropertyArray (const CesiumGltf::PropertyArrayView< T > &value) | |
FCesiumPropertyArray (FCesiumPropertyArray &&rhs) | |
FCesiumPropertyArray & | operator= (FCesiumPropertyArray &&rhs) |
FCesiumPropertyArray (const FCesiumPropertyArray &rhs) | |
FCesiumPropertyArray & | operator= (const FCesiumPropertyArray &rhs) |
Friends | |
class | UCesiumPropertyArrayBlueprintLibrary |
A Blueprint-accessible wrapper for an array property in glTF metadata.
Definition at line 16 of file CesiumPropertyArray.h.
|
inline |
Constructs an empty array instance with an unknown element type.
Definition at line 103 of file CesiumPropertyArray.h.
|
inline |
Constructs an array instance.
value | The property array view that will be stored in this struct |
Definition at line 110 of file CesiumPropertyArray.h.
|
inline |
Definition at line 123 of file CesiumPropertyArray.h.
|
inline |
Definition at line 127 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.