Cesium for Unreal 2.12.0
|
#include <CesiumPrimitiveMetadata.h>
Static Public Member Functions | |
static const FCesiumPrimitiveMetadata & | GetPrimitiveMetadata (const UPrimitiveComponent *component) |
Gets the primitive metadata of a glTF primitive component. | |
static const TArray< int64 > & | GetPropertyTextureIndices (UPARAM(ref) const FCesiumPrimitiveMetadata &PrimitiveMetadata) |
Get the indices of the property textures that are associated with the primitive. | |
static const TArray< int64 > & | GetPropertyAttributeIndices (UPARAM(ref) const FCesiumPrimitiveMetadata &PrimitiveMetadata) |
Get the indices of the property attributes that are associated with the primitive. | |
Definition at line 52 of file CesiumPrimitiveMetadata.h.
|
static |
Gets the primitive metadata of a glTF primitive component.
If component is not a Cesium glTF primitive component, the returned metadata is empty.
|
static |
Get the indices of the property attributes that are associated with the primitive.
This can be used to retrieve the actual property attributes from the model's FCesiumModelMetadata.
|
static |
Get the indices of the property textures that are associated with the primitive.
This can be used to retrieve the actual property textures from the model's FCesiumModelMetadata.