Class ImgMediaSettings
Settings for the ImgMedia module.
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)
Namespace: UE4.ImgMediaFactory
Assembly: UE4DotNet.dll
Syntax
public class ImgMediaSettings : UObject
Properties
| Improve this Doc View SourceCacheBehindPercentage
Percentage of cache to use for frames behind the play head (default = 25%).
Declaration
public float CacheBehindPercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
CacheSizeGB
Maximum size of the look-ahead cache (in GB; default = 1 GB).
Declaration
public float CacheSizeGB { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
CacheThreads
Maximum number of image caching threads to use (0 = number of cores, default = 8).
Declaration
public int CacheThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CacheThreadStackSizeKB
Size of the stack for each caching thread (in kB; default = 128).
Declaration
public int CacheThreadStackSizeKB { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultFrameRate
Default frame rate to use if none was specified in image sequence or media source (default = 1/24).
Declaration
public FrameRate DefaultFrameRate { get; set; }
Property Value
Type | Description |
---|---|
FrameRate |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ImgMediaSettings DefaultObject { get; }
Property Value
Type | Description |
---|---|
ImgMediaSettings |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
UseDefaultProxy
Declaration
public bool UseDefaultProxy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static ImgMediaSettings New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
ImgMediaSettings |
Operators
| Improve this Doc View SourceImplicit(IntPtr to ImgMediaSettings)
Convert from IntPtr to UObject
Declaration
public static implicit operator ImgMediaSettings(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
ImgMediaSettings |