Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FKismetDebugUtilities
References
| |
|
| Module |
UnrealEd |
| Header |
/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h |
| Include |
#include "Kismet2/KismetDebugUtilities.h" |
Syntax
enum EWatchTextResult
&123;
EWTR_Valid,
EWTR_NotInScope,
EWTR_NoDebugObject,
EWTR_NoProperty,
&125;
Values
| Name |
Description |
| EWTR_Valid |
The property was valid and the value has been returned as a string. |
| EWTR_NotInScope |
The property is a local of a function that is not on the current stack. |
| EWTR_NoDebugObject |
There is no debug object selected. |
| EWTR_NoProperty |
There is no property related to the pin. |