Navigation
API > API/Runtime > API/Runtime/Engine
Description
Function that will test if the passed in texture is VT. If so, print to Messagelog that the property does not support VT textures
| Name | VirtualTextureUtils::CheckAndReportInvalidUsage |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EngineUtils.cpp |
namespace VirtualTextureUtils
{
void VirtualTextureUtils::CheckAndReportInvalidUsage
(
const UObject * Owner,
const FName & PropertyName,
const UTexture * Texture
)
}