Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/FSmartObjectVisualizationContext
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectVisualizationContext.h |
| Include | #include "SmartObjectVisualizationContext.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectVisualizationContext.cpp |
void DrawArrow
(
const FVector & Start,
const FVector & End,
const FLinearColor & Color,
const float ArrowHeadLength,
const float EndLocationInset,
const uint8 DepthPriorityGroup,
const float Thickness,
const float DepthBias,
bool bScreenSpace
) const
Remarks
Draws arrow from Start to End.
Parameters
| Name | Description |
|---|---|
| Start | arrow start location |
| End | arrow end location |
| Color | color of the arrow |
| ArrowHeadLength | length of the arrow head |
| EndLocationInset | how much the ends of the line are inset |