Open 3D Engine TestAssetBuilder Gem 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.
TestAssetBuilder::TestIntermediateAssetBuilderComponent Class Reference

TestIntermediateAssetBuilderComponent handles the lifecycle of the builder. More...

#include <TestIntermediateAssetBuilderComponent.h>

Inherits AZ::Component, and AssetBuilderSDK::AssetBuilderCommandBus::MultiHandler.

Public Member Functions

 AZ_COMPONENT (TestIntermediateAssetBuilderComponent, "{2D40D55D-7D31-4972-AFA3-1C396D0BEAC1}")
 
void Init () override
 
void Activate () override
 
void Deactivate () override
 
void CreateJobsStage1 (const AssetBuilderSDK::CreateJobsRequest &request, AssetBuilderSDK::CreateJobsResponse &response)
 Asset Builder Callback Functions.
 
void ProcessJobStage1 (const AssetBuilderSDK::ProcessJobRequest &request, AssetBuilderSDK::ProcessJobResponse &response)
 
void CreateJobsStage2 (const AssetBuilderSDK::CreateJobsRequest &request, AssetBuilderSDK::CreateJobsResponse &response)
 
void ProcessJobStage2 (const AssetBuilderSDK::ProcessJobRequest &request, AssetBuilderSDK::ProcessJobResponse &response)
 
void CreateJobsStage3 (const AssetBuilderSDK::CreateJobsRequest &request, AssetBuilderSDK::CreateJobsResponse &response)
 
void ProcessJobStage3 (const AssetBuilderSDK::ProcessJobRequest &request, AssetBuilderSDK::ProcessJobResponse &response)
 
void ShutDown () override
 AssetBuilderSDK::AssetBuilderCommandBus interface.
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible)
 
static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 
static void GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent)
 

Detailed Description

TestIntermediateAssetBuilderComponent handles the lifecycle of the builder.


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