Open 3D Engine PythonAssetBuilder 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.
|
A delegate asset build worker for Python scripts. More...
#include <PythonBuilderWorker.h>
Inherits AssetBuilderSDK::AssetBuilderCommandBus::Handler, and AssetBuilderSDK::JobCommandBus::Handler.
Public Member Functions | |
AZ_TYPE_INFO (PythonBuilderWorker, "{F27E64FB-A7FF-47F2-80DB-7E1371B014DD}") | |
AZ_CLASS_ALLOCATOR (PythonBuilderWorker, AZ::SystemAllocator) | |
bool | ConfigureBuilderInformation (const AssetBuilderSDK::AssetBuilderDesc &assetBuilderDesc) |
Configure the Python builder using an asset builder description; should only be done once. | |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
Protected Member Functions | |
void | CreateJobs (const AssetBuilderSDK::CreateJobsRequest &request, AssetBuilderSDK::CreateJobsResponse &response) |
AssetBuilder callback functions. | |
void | ProcessJob (const AssetBuilderSDK::ProcessJobRequest &request, AssetBuilderSDK::ProcessJobResponse &response) |
void | ShutDown () override |
AssetBuilderSDK::AssetBuilderCommandBus interface. | |
void | Cancel () override |
AssetBuilderSDK::JobCommandBus interface. | |
A delegate asset build worker for Python scripts.