AssetViewUtils::IsValidPackageForCooking

Checks to see whether the path is within the size restrictions for cooking

Unreal Engine C++ API Reference > Developer > AssetTools

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h
Include #include "AssetViewUtils.h"
Source /Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp
namespace AssetViewUtils  
{  
    bool AssetViewUtils::IsValidPackageForCooking  
    (  
        const [FString](API\Runtime\Core\Containers\FString) & PackageName,  
        [FText](API\Runtime\Core\Internationalization\FText) & OutErrorMessage  
    )  
}  

Remarks

Checks to see whether the path is within the size restrictions for cooking


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library