Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UBakeOcclusionMapToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeToolCommon.h |
| Include | #include "BakeMeshAttributeToolCommon.h" |
Syntax
UCLASS&40;&41;
class UBakeOcclusionMapToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BiasAngle | Angle in degrees from the horizon for occlusion rays for which the contribution is attenuated to reduce faceting artifacts. | |
| float | MaxDistance | Maximum distance for occlusion rays to test for intersections; a value of 0 means infinity | |
| int32 | OcclusionRays | Number of occlusion rays per sample | |
| float | SpreadAngle | Maximum spread angle in degrees for occlusion rays; for example, 180 degrees will cover the entire hemisphere whereas 90 degrees will only cover the center of the hemisphere down to 45 degrees from the horizon. |