FMeshPaintStaticMeshComponentAdapter::LineTraceComponent

Returns the result of tracing a line on the component represented by this adapter

Windows
MacOS
Linux

Override Hierarchy

IMeshPaintComponentAdapter::LineTraceComponent()

FMeshPaintStaticMeshComponentAdapter::LineTraceComponent()

References

Module

MeshPaintingToolset

Header

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintStaticMeshAdapter.h

Include

#include "MeshPaintStaticMeshAdapter.h"

Source

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/MeshPaintStaticMeshAdapter.cpp

Syntax

virtual bool LineTraceComponent
(
    struct FHitResult & OutHit,
    const FVector Start,
    const FVector End,
    const struct FCollisionQueryParams & Params
) const

Remarks

Returns the result of tracing a line on the component represented by this adapter

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss