Class AppleImageUtilsBaseAsyncTaskBlueprintProxy
Apple Image Utils Base Async Task Blueprint Proxy
Inheritance
System.Object
AppleImageUtilsBaseAsyncTaskBlueprintProxy
Inherited Members
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)
Assembly: UE4DotNet.dll
Syntax
public class AppleImageUtilsBaseAsyncTaskBlueprintProxy : UObject
Properties
|
Improve this Doc
View Source
ConversionResult
Declaration
public AppleImageUtilsImageConversionResult ConversionResult { get; }
Property Value
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static AppleImageUtilsBaseAsyncTaskBlueprintProxy DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
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
|
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
|
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
Returns
|
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
Returns
|
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
Returns
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