ezEngine  Release 25.03
ezProcGenInternal::PreparePlacementTask Class Referencefinal
Inheritance diagram for ezProcGenInternal::PreparePlacementTask:

Public Member Functions

 PreparePlacementTask (PlacementData *pData, const char *szName)
 
void Clear ()
 
- Public Member Functions inherited from ezTask
void ConfigureTask (const char *szTaskName, ezTaskNesting nestingMode, ezOnTaskFinishedCallback callback=ezOnTaskFinishedCallback())
 Sets the most important task properties. This has to be done before the task is added to a task group for the first time. More...
 
void SetMultiplicity (ezUInt32 uiMultiplicity)
 Changes the multiplicity of this task. More...
 
ezUInt32 GetMultiplicity () const
 
bool IsTaskFinished () const
 Returns whether the task has been finished. This includes being canceled. More...
 
bool HasBeenCanceled () const
 Can be used inside an overridden 'Execute' function to terminate execution prematurely.
 
- Public Member Functions inherited from ezRefCounted
virtual ~ezRefCounted ()=default
 Adds a virtual destructor.
 
- Public Member Functions inherited from ezRefCountingImpl
 ezRefCountingImpl ()=default
 Constructor.
 
 ezRefCountingImpl (const ezRefCountingImpl &rhs)
 
void operator= (const ezRefCountingImpl &rhs)
 
ezInt32 AddRef () const
 Increments the reference counter. Returns the new reference count.
 
ezInt32 ReleaseRef () const
 Decrements the reference counter. Returns the new reference count.
 
bool IsReferenced () const
 Returns true if the reference count is greater than 0, false otherwise.
 
ezInt32 GetRefCount () const
 Returns the current reference count.
 

Private Member Functions

virtual void Execute () override
 Override this to implement the task's supposed functionality. More...
 

Friends

class PlacementTile
 

Additional Inherited Members

- Protected Member Functions inherited from ezTask
virtual void ExecuteWithMultiplicity (ezUInt32 uiInvocation) const
 Override this to implement the task's supposed functionality. More...
 

Member Function Documentation

◆ Execute()

void PreparePlacementTask::Execute ( )
overrideprivatevirtual

Override this to implement the task's supposed functionality.

This function is called for tasks that do not use multiplicity. They are executed a single time for each time they are added to the ezTaskSystem.

Reimplemented from ezTask.


The documentation for this class was generated from the following files: