Class ValidateStep
Project data validation step. Ensures that game cooking can be started.
Inheritance
ValidateStep
Assembly: FlaxEngine.dll
File: Editor/Cooker/Steps/ValidateStep.h
Syntax
public class ValidateStep : public GameCooker::BuildStep
Methods
Perform(CookingData& data)
Performs this step.
Declaration
public virtual bool Perform(CookingData& data) override
Parameters
CookingData
data
The data. |
Returns
bool
True if failed, otherwise false. |