<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CToolMouse :: Catur Documentation</title>
    <link>https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctoolmouse/index.html</link>
    <description>Overview Mouse world intersection and screen position utilities.&#xA;Struct: FCMouseData Name Description success Whether the mouse intersection succeeded. intersectionResult World location of the intersection. mouseScreenPosition Mouse position in screen coordinates. hitResult Full FHitResult from the trace. Functions Name Description mouseLocation Deproject mouse to world. If atZeroPosition=true, intersects with Z=0 plane. Otherwise performs a line trace against specified collision channels. mouseLocation2 Simplified version using GetHitResultUnderCursorByChannel. // Intersect with Z=0 plane FCMouseData data = mouseLocation(myActor, true, {ECC_WorldStatic}); // Line trace against world FCMouseData data2 = mouseLocation(myActor, false, {ECC_WorldStatic, ECC_Pawn, ECC_WorldDynamic}); if (data2.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctoolmouse/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>