Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | UTG_AsyncExportTask |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Blueprint/TG_AsyncExportTask.h |
| Include Path | #include "Blueprint/TG_AsyncExportTask.h" |
Syntax
UCLASS ()
class UTG_AsyncExportTask : public UTG_AsyncRenderTaskBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UTG_AsyncTask → UTG_AsyncRenderTaskBase → UTG_AsyncExportTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTG_AsyncExportTask
(
const FObjectInitializer& ObjectInitializer |
Blueprint/TG_AsyncExportTask.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnDone | FTSExportTaskDelegate | Blueprint/TG_AsyncExportTask.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBlobberCachingState | bool | Blueprint/TG_AsyncExportTask.h | ||
| bExportAll | bool | Blueprint/TG_AsyncExportTask.h | ||
| bOverwriteTextures | bool | Blueprint/TG_AsyncExportTask.h | ||
| bSave | bool | Blueprint/TG_AsyncExportTask.h | ||
| TargetExportSettings | FExportSettings | Blueprint/TG_AsyncExportTask.h |
Functions
Public
Overridden from UTG_AsyncRenderTaskBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TArray< UTextureRenderTarget2D * > & ActivateBlocking
(
JobBatchPtr Batch |
Blueprint/TG_AsyncExportTask.h |
Overridden from UBlueprintAsyncActionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Activate() |
Blueprint/TG_AsyncExportTask.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void FinishDestroy() |
Blueprint/TG_AsyncExportTask.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UTG_AsyncExportTask * TG_AsyncExportTask
(
UTextureGraphBase* TextureGraph, |
Blueprint/TG_AsyncExportTask.h |
|