Navigation
API > API/Editor > API/Editor/Blutility
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UAsyncImageExport
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Public/AsyncImageExport.h |
| Include | #include "AsyncImageExport.h" |
Syntax
class UAsyncImageExport : public UBlueprintAsyncActionBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnExportImageAsyncComplete | Complete |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAsyncImageExport * | ExportImageAsync
(
UTexture* Texture, |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |