Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Dom::PatchApplicationState Struct Reference

The current state of a Patch application operation. More...

#include <DomPatch.h>

Public Attributes

PatchOutcome m_outcome = AZ::Success()
 The outcome of the last operation, may be overridden to produce a different failure outcome.
 
const Patchm_patch = nullptr
 The patch being applied.
 
const PatchOperationm_lastOperation = nullptr
 The last operation attempted.
 
Valuem_currentState = nullptr
 The current state of the value being patched, will be returned if the patch operation succeeds.
 
bool m_shouldContinue = true
 If set to false, the patch operation should halt.
 

Detailed Description

The current state of a Patch application operation.


The documentation for this struct was generated from the following file: