Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableToolPoint
Description
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.
| Name | SetPointDepthBias |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolPoint.h |
| Include Path | #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
)
Parameters
| Name | Remarks |
|---|---|
| DepthBias | The depth bias adjustment for the point |