EWatchTextResult

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h

Include

#include "Kismet2/KismetDebugUtilities.h"

Syntax

enum EWatchTextResult
{
    EWTR_Valid,
    EWTR_NotInScope,
    EWTR_NoDebugObject,
    EWTR_NoProperty,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss