Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleStreamableAssetManager
Description
Screen-size query for a tracked asset. Takes a handle so callers never touch the internal registration index. No-op (leaves out-params unchanged) when the handle is invalid, stale, or unregistered.
| Name | GetRenderAssetScreenSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/SimpleStreamableAssetManager.h |
| Include Path | #include "Streaming/SimpleStreamableAssetManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Streaming/SimpleStreamableAssetManager.cpp |
static void GetRenderAssetScreenSize
(
EStreamableRenderAssetType AssetType,
FSSAMAssetHandle Handle,
float & MaxSize,
float & MaxSize_VisibleOnly,
int32 & MaxNumForcedLODs,
const float MaxAssetSize,
const int32 MaxAllowedMip,
const TCHAR * LogPrefix
)