Show / Hide Table of Contents

Class AppleImageUtilsBaseAsyncTaskBlueprintProxy

Apple Image Utils Base Async Task Blueprint Proxy

Inheritance
System.Object
UObject
AppleImageUtilsBaseAsyncTaskBlueprintProxy
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.AppleImageUtils
Assembly: UE4DotNet.dll
Syntax
public class AppleImageUtilsBaseAsyncTaskBlueprintProxy : UObject

Properties

| Improve this Doc View Source

ConversionResult

Conversion Result

Declaration
public AppleImageUtilsImageConversionResult ConversionResult { get; }
Property Value
Type Description
AppleImageUtilsImageConversionResult
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static AppleImageUtilsBaseAsyncTaskBlueprintProxy DefaultObject { get; }
Property Value
Type Description
AppleImageUtilsBaseAsyncTaskBlueprintProxy
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

CreateProxyObjectForConvertToHEIF(Texture, Int32, Boolean, Boolean, Single, ETextureRotationDirection)

Converts a image to an array of HEIF data in a background task @

Declaration
public static AppleImageUtilsBaseAsyncTaskBlueprintProxy CreateProxyObjectForConvertToHEIF(Texture SourceImage, int Quality, bool bWantColor, bool bUseGpu, float Scale, ETextureRotationDirection Rotate)
Parameters
Type Name Description
Texture SourceImage
System.Int32 Quality
System.Boolean bWantColor
System.Boolean bUseGpu
System.Single Scale
ETextureRotationDirection Rotate
Returns
Type Description
AppleImageUtilsBaseAsyncTaskBlueprintProxy
Remarks

param SourceImage the image to compress @param Quality the quality level to compress to @param bWantColor whether the HEIF is color (true) or monochrome (false) @param bUseGpu whether to use the GPU (true) or the CPU (false) to compress @param Scale whether to scale the image before conversion, defaults to no scaling @param Rotate a direction to rotate the image in during conversion, defaults to none

| Improve this Doc View Source

CreateProxyObjectForConvertToJPEG(Texture, Int32, Boolean, Boolean, Single, ETextureRotationDirection)

Converts a image to an array of JPEG data in a background task @

Declaration
public static AppleImageUtilsBaseAsyncTaskBlueprintProxy CreateProxyObjectForConvertToJPEG(Texture SourceImage, int Quality, bool bWantColor, bool bUseGpu, float Scale, ETextureRotationDirection Rotate)
Parameters
Type Name Description
Texture SourceImage
System.Int32 Quality
System.Boolean bWantColor
System.Boolean bUseGpu
System.Single Scale
ETextureRotationDirection Rotate
Returns
Type Description
AppleImageUtilsBaseAsyncTaskBlueprintProxy
Remarks

param SourceImage the image to compress @param Quality the quality level to compress to @param bWantColor whether the JPEG is color (true) or monochrome (false) @param bUseGpu whether to use the GPU (true) or the CPU (false) to compress @param Scale whether to scale the image before conversion, defaults to no scaling @param Rotate a direction to rotate the image in during conversion, defaults to none

| Improve this Doc View Source

CreateProxyObjectForConvertToPNG(Texture, Boolean, Boolean, Single, ETextureRotationDirection)

Converts a image to an array of TIFF data in a background task @

Declaration
public static AppleImageUtilsBaseAsyncTaskBlueprintProxy CreateProxyObjectForConvertToPNG(Texture SourceImage, bool bWantColor, bool bUseGpu, float Scale, ETextureRotationDirection Rotate)
Parameters
Type Name Description
Texture SourceImage
System.Boolean bWantColor
System.Boolean bUseGpu
System.Single Scale
ETextureRotationDirection Rotate
Returns
Type Description
AppleImageUtilsBaseAsyncTaskBlueprintProxy
Remarks

param SourceImage the image to compress @param Quality the quality level to compress to @param bWantColor whether the PNG is color (true) or monochrome (false) @param bUseGpu whether to use the GPU (true) or the CPU (false) to compress @param Scale whether to scale the image before conversion, defaults to no scaling @param Rotate a direction to rotate the image in during conversion, defaults to none

| Improve this Doc View Source

CreateProxyObjectForConvertToTIFF(Texture, Boolean, Boolean, Single, ETextureRotationDirection)

Converts a image to an array of TIFF data in a background task @

Declaration
public static AppleImageUtilsBaseAsyncTaskBlueprintProxy CreateProxyObjectForConvertToTIFF(Texture SourceImage, bool bWantColor, bool bUseGpu, float Scale, ETextureRotationDirection Rotate)
Parameters
Type Name Description
Texture SourceImage
System.Boolean bWantColor
System.Boolean bUseGpu
System.Single Scale
ETextureRotationDirection Rotate
Returns
Type Description
AppleImageUtilsBaseAsyncTaskBlueprintProxy
Remarks

param SourceImage the image to compress @param Quality the quality level to compress to @param bWantColor whether the TIFF is color (true) or monochrome (false) @param bUseGpu whether to use the GPU (true) or the CPU (false) to compress @param Scale whether to scale the image before conversion, defaults to no scaling @param Rotate a direction to rotate the image in during conversion, defaults to none

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static AppleImageUtilsBaseAsyncTaskBlueprintProxy New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
AppleImageUtilsBaseAsyncTaskBlueprintProxy

Operators

| Improve this Doc View Source

Implicit(IntPtr to AppleImageUtilsBaseAsyncTaskBlueprintProxy)

Convert from IntPtr to UObject

Declaration
public static implicit operator AppleImageUtilsBaseAsyncTaskBlueprintProxy(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
AppleImageUtilsBaseAsyncTaskBlueprintProxy
  • Improve this Doc
  • View Source
Back to top Generated by DocFX