Navigation
API > API/Runtime > API/Runtime/Engine
Reflection capture shapes.
| Name | EReflectionCaptureShape::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneProxies/ReflectionCaptureProxy.h |
| Include Path | #include "SceneProxies/ReflectionCaptureProxy.h" |
Syntax
namespace EReflectionCaptureShape
{
enum Type
{
Sphere,
Box,
Plane,
Num,
}
}
Values
| Name | Remarks |
|---|---|
| Sphere | |
| Box | |
| Plane | |
| Num |