Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ERayTracingProxyType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include Path |
#include "PrimitiveSceneProxy.h" |
Syntax
enum ERayTracingProxyType
{
None = 0,
StaticMesh = 1 << 0,
HierarchicalInstancedStaticMesh = 1 << 1,
LandscapeGrass = 1 << 2,
NaniteProxy = 1 << 3,
SkeletalMesh = 1 << 4,
InstanceSkeletalMesh = 1 << 5,
All = StaticMesh | HierarchicalInstancedStaticMesh | LandscapeGrass | NaniteProxy | SkeletalMesh | InstanceSkeletalMesh,
}
Values
| Name |
Remarks |
| None |
|
| StaticMesh |
|
| HierarchicalInstancedStaticMesh |
|
| LandscapeGrass |
|
| NaniteProxy |
|
| SkeletalMesh |
|
| InstanceSkeletalMesh |
|
| All |
|