Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/SparseVolumeTexture > API/Runtime/Engine/SparseVolumeTexture/UStreamableSparseVolumeTexture
- UObject::GetAssetRegistryTags()
- UStreamableSparseVolumeTexture::GetAssetRegistryTags()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/SparseVolumeTexture/SparseVolumeTexture.h |
| Include | #include "SparseVolumeTexture/SparseVolumeTexture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SparseVolumeTexture/SparseVolumeTexture.cpp |
virtual void GetAssetRegistryTags
&40;
TArray< FAssetRegistryTag > & OutTags
&41; const
Remarks
Gathers a list of asset registry searchable tags which are name/value pairs with some type information This only needs to be implemented for asset objects
Parameters
| Name | Description |
|---|---|
| OutTags | A list of key-value pairs associated with this object and their types |