Class ReflectionCaptureComponent
-> will be exported to EngineDecalClasses.h
Inheritance
System.Object
ReflectionCaptureComponent
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.Engine
Assembly: UE4DotNet.dll
Syntax
public class ReflectionCaptureComponent : SceneComponent
Properties
| Improve this Doc View SourceBrightness
A brightness control to scale the captured scene's reflection intensity.
Declaration
public float Brightness { get; }
Property Value
Type | Description |
---|---|
System.Single |
CaptureOffset
World space offset to apply before capturing.
Declaration
public Vector CaptureOffset { get; set; }
Property Value
Type | Description |
---|---|
Vector |
CaptureOffsetComponent
Capture Offset Component
Declaration
public BillboardComponent CaptureOffsetComponent { get; set; }
Property Value
Type | Description |
---|---|
BillboardComponent |
Cubemap
Cubemap to use for reflection if ReflectionSourceType is set to RS_SpecifiedCubemap.
Declaration
public TextureCube Cubemap { get; }
Property Value
Type | Description |
---|---|
TextureCube |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ReflectionCaptureComponent DefaultObject { get; }
Property Value
Type | Description |
---|---|
ReflectionCaptureComponent |
MapBuildDataId
Guid for map build data
Declaration
public FGuid MapBuildDataId { get; set; }
Property Value
Type | Description |
---|---|
FGuid |
SourceCubemapAngle
Angle to rotate the source cubemap when SourceType is set to SLS_SpecifiedCubemap.
Declaration
public float SourceCubemapAngle { get; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static ReflectionCaptureComponent New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
ReflectionCaptureComponent |
Operators
| Improve this Doc View SourceImplicit(IntPtr to ReflectionCaptureComponent)
Convert from IntPtr to UObject
Declaration
public static implicit operator ReflectionCaptureComponent(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
ReflectionCaptureComponent |