For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cast Between Different Slate Classes

Use StaticCastSharedPtr.

Example:

TSharedPtr<SWidget> Parent = GetParentWidget();
TSharedPtr<SSH_TEX_ToolBase> ToolBase = StaticCastSharedPtr<SSH_TEX_ToolBase>(Parent);

Reference

Last updated