Unreal Engine 4.26-Chaos Preview now available on the Epic Games launcher



// TODO: Add missing Chaos Cloth collision with environment
if (bCollideWithEnvironment && ClothingSimulationFactory && ClothingSimulationFactory->GetName() == TEXT("ChaosClothingSimulationFactory"))
{
    UE_LOG(LogSkeletalMesh, Display, TEXT("OnRegister%s]: " "Chaos Cloth does not currently support bCollideWithEnvironment."), *GetNameSafe(SkeletalMesh));
}


it’s not support