Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTexture
Description
Have we finished loading all the cooked platform data for the given platform. Note that this return true when there's no more work to be done, which includes failure due to errors. Never returning true will livelock the cook!
Virtual Inheritance
- UObject::IsCachedCookedPlatformDataLoaded → UTexture::IsCachedCookedPlatformDataLoaded
Derived Overrides
- UMeshPaintVirtualTexture::IsCachedCookedPlatformDataLoaded
- UVirtualTexture2D::IsCachedCookedPlatformDataLoaded
| Name | IsCachedCookedPlatformDataLoaded |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TextureDerivedData.cpp |
virtual bool IsCachedCookedPlatformDataLoaded
(
const ITargetPlatform * TargetPlatform
)