EPhysXCookingResult

The result of a cooking operation.

Windows
MacOS
Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/IPhysXCooking.h

Include

#include "IPhysXCooking.h"

Syntax

enum EPhysXCookingResult
{
    Failed,
    Succeeded,
    SucceededWithInflation,
}

Values

Name

Description

Failed

Cooking failed.

Succeeded

Cooking succeeded with no issues.

SucceededWithInflation

Cooking the exact source data failed, but succeeded after retrying with inflation enabled.

Remarks

The result of a cooking operation.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss