Open 3D Engine TestAssetBuilder Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
TestAssetBuilderComponent handles the lifecycle of the builder. More...
#include <TestAssetBuilderComponent.h>
Inherits AZ::Component, and AssetBuilderSDK::AssetBuilderCommandBus::Handler.
Public Member Functions | |
AZ_COMPONENT (TestAssetBuilderComponent, "{55C3848D-A489-4428-9BA9-4A40AC7B9952}") | |
void | Init () override |
void | Activate () override |
void | Deactivate () override |
void | CreateJobs (const AssetBuilderSDK::CreateJobsRequest &request, AssetBuilderSDK::CreateJobsResponse &response) |
Asset Builder Callback Functions. | |
void | ProcessJob (const AssetBuilderSDK::ProcessJobRequest &request, AssetBuilderSDK::ProcessJobResponse &response) |
void | ShutDown () override |
AssetBuilderSDK::AssetBuilderCommandBus interface. | |
TestAssetBuilderComponent handles the lifecycle of the builder.