Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeComponent
- UPrimitiveComponent::GetStreamingRenderAssetInfo()
- ULandscapeComponent::GetStreamingRenderAssetInfo()
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include | #include "LandscapeComponent.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeRender.cpp |
virtual void GetStreamingRenderAssetInfo
&40;
FStreamingTextureLevelContext & LevelContext,
TArray< FStreamingRenderAssetPrimitiveInfo > & OutStreamingRenderAssets
&41; const
Remarks
Enumerates the streaming textures/meshes used by the primitive.
Parameters
| Name | Description |
|---|---|
| LevelContext | Level scope context used to process texture streaming build data. |
| OutStreamingRenderAssets | Upon return, contains a list of the streaming textures/meshes used by the primitive. |