Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActorPrimitiveComponentInterfac-
Description
Get the streamable Nanite asset if one exists for this type. Nanite streaming only supports one asset per primitive, so this isn't an array. Nanite assets are managed differently from all other assets, so we return a pointer directly instead of using FStreamingRenderAssetPrimitiveInfo.
Virtual Inheritance
- IPrimitiveComponent::GetStreamableNaniteAsset → FActorPrimitiveComponentInterface::GetStreamableNaniteAsset
| Name | GetStreamableNaniteAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorPrimitiveComponentInterface.h |
| Include Path | #include "Components/ActorPrimitiveComponentInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ActorPrimitiveComponentInterface.cpp |
virtual UStreamableRenderAsset * GetStreamableNaniteAsset() const