<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CToolWidget :: Catur Documentation</title>
    <link>https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctoolwidget/index.html</link>
    <description>Overview Widget creation and management utilities.&#xA;Functions Name Description spawnWidgetAtRuntime Create a widget, call init lambda, add to viewport. Overloads with/without explicit UClass, with/without addToViewPort flag. removeWidget Remove a widget from the viewport. sizeOfStringInPixel Measure the pixel size of a string with a given font. // Spawn with default class UMyWidget* w = spawnWidgetAtRuntime&lt;UMyWidget&gt;(myActor, [](UMyWidget* w) { w-&gt;SetText(&#34;Hello&#34;); }); // Spawn with explicit class, not added to viewport UMyWidget* w2 = spawnWidgetAtRuntime&lt;UMyWidget&gt;(myActor, widgetClass, nullptr, false); // Remove removeWidget(myActor, w); // Measure text FVector2D size = sizeOfStringInPixel(&#34;Hello World&#34;, myFontInfo);</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctoolwidget/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>