Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EReflectionSourceType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ReflectionCaptureComponent.h |
| Include Path | #include "Components/ReflectionCaptureComponent.h" |
Syntax
enum EReflectionSourceType
{
CapturedScene,
SpecifiedCubemap,
}
Values
| Name | Remarks |
|---|---|
| CapturedScene | Construct the reflection source from the captured scene |
| SpecifiedCubemap | Construct the reflection source from the specified cubemap. |