Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseTools
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/BaseBrushTool.h |
| Include | #include "BaseTools/BaseBrushTool.h" |
Syntax
USTRUCT ()
struct FBrushStampData
Remarks
Generic Brush Stamp data
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Falloff | Falloff of brush stamp | |
| FHitResult | HitResult | Hit Result provided by implementations - may not be fully populated | |
| float | Radius | Radius of brush stamp | |
| FVector | WorldNormal | World Normal of brush stamp | |
| FVector | WorldPosition | World Position of brush stamp |