Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FKismetDebugUtilities
| Name | EWatchTextResult |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h |
| Include Path | #include "Kismet2/KismetDebugUtilities.h" |
Syntax
enum EWatchTextResult
{
EWTR_Valid,
EWTR_NotInScope,
EWTR_NoDebugObject,
EWTR_NoProperty,
}
Values
| Name | Remarks |
|---|---|
| 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. |