Navigation
API > API/Plugins > API/Plugins/AppleImageUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAppleImageUtilsBaseAsyncTaskBlueprintProxy
References
| Module | AppleImageUtils |
| Header | /Engine/Plugins/Runtime/AppleImageUtils/Source/AppleImageUtils/Public/AppleImageUtilsBlueprintProxy.h |
| Include | #include "AppleImageUtilsBlueprintProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UAppleImageUtilsBaseAsyncTaskBlueprintProxy :
public UObject,
public FTickableGameObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAppleImageUtilsImageConversionResult | ConversionResult | ||
| TSharedPtr< FAppleImageUtilsConversionTaskBase, ESPMode::ThreadSafe > | ConversionTask | The async task to check during Tick() | |
| FAppleImageConversionDelegate | OnFailure | ||
| FAppleImageConversionDelegate | OnSuccess |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAppleImageUtilsBaseAsyncTaskBlueprintProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAppleImageUtilsBaseAsyncTaskBlueprintProxy * | CreateProxyObjectForConvertToHEIF
(
UTexture* SourceImage, |
Converts a image to an array of HEIF data in a background task | |
| UAppleImageUtilsBaseAsyncTaskBlueprintProxy * | CreateProxyObjectForConvertToJPEG
(
UTexture* SourceImage, |
Converts a image to an array of JPEG data in a background task | |
| UAppleImageUtilsBaseAsyncTaskBlueprintProxy * | CreateProxyObjectForConvertToPNG
(
UTexture* SourceImage, |
Converts a image to an array of TIFF data in a background task | |
| UAppleImageUtilsBaseAsyncTaskBlueprintProxy * | CreateProxyObjectForConvertToTIFF
(
UTexture* SourceImage, |
Converts a image to an array of TIFF data in a background task |
Overridden from FTickableObjectBase
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
Return the stat id to use for this tickable | |
| bool | IsTickable () |
Virtual that can be overloaded by the inheriting class. | |
| void | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |