WidgetReflector.TakeSnapshot

WidgetReflector.TakeSnapshot

#Overview

name: WidgetReflector.TakeSnapshot

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.cpp:81

Scope (from outer to inner):

file
namespace    WidgetReflectorImpl

Source code excerpt:


FAutoConsoleCommand CCommandWidgetReflectorTakeSnapshot(
	TEXT("WidgetReflector.TakeSnapshot")
	, TEXT("Take a snapshot and save the result on the local drive. ie. WidgetReflector.TakeSnapshot [Delay=1.0] [Navigation=false]")
	, FConsoleCommandWithArgsDelegate::CreateStatic(&TakeSnapshotCommand));

/** Information about a potential widget snapshot target */
struct FWidgetSnapshotTarget
{