Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UVirtualTexture2D
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 → UVirtualTexture2D::IsCachedCookedPlatformDataLoaded
| Name | IsCachedCookedPlatformDataLoaded |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/VT/VirtualTexture.h |
| Include Path | #include "VT/VirtualTexture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/VT/VirtualTexture.cpp |
virtual bool IsCachedCookedPlatformDataLoaded
(
const ITargetPlatform * TargetPlatform
)