Navigation
API > API/Plugins > API/Plugins/SlateInspectorToolset > API/Plugins/SlateInspectorToolset/FSlateInspectorToolsetRefCache
Description
Resolves a ref string back to a live widget.
Returns nullptr if the ref is unknown or the widget has been destroyed since the last snapshot.
| Name | ResolveRef |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Public/SlateInspectorToolsetRefCache.h |
| Include Path | #include "SlateInspectorToolsetRefCache.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Private/SlateInspectorToolsetRefCache.cpp |
TSharedPtr < SWidget > ResolveRef
(
const FString & Ref
) const