Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing > API/Plugins/ScriptableToolsFramework/Drawing/UScriptableToolPoint
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolPoint.h |
| Include | #include "Drawing/ScriptableToolPoint.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/Drawing/ScriptableToolPoint.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Drawing|Points")
void SetPointDepthBias
(
float DepthBias
)
Remarks
Set the point's depth bias. The depth bias controls small micro adjustments in effective displacement towards or away from the camera, to prevent the point from causing clipping or z-fighting with other objects in the scene it's overlaid directly on top of.
Parameters
| Name | Description |
|---|---|
| DepthBias | The depth bias adjustment for the point |