FDebugHelper

Struct filled while collecting data (to store additional debug data needed to display per rendered item)

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryDebugHelpers.h

Include

#include "EnvironmentQuery/EnvQueryDebugHelpers.h"

Syntax

struct FDebugHelper

Remarks

Struct filled while collecting data (to store additional debug data needed to display per rendered item)

Variables

Name Description

Public variable

FString

 

AdditionalInformation

Public variable

float

 

FailedScore

Public variable

int32

 

FailedTestIndex

Public variable

FVector

 

Location

Public variable

float

 

Radius

Constructors

Name Description

Public function

FDebugHelper()

Public function

FDebugHelper

(
    FVector Loc,
    float R
)

Public function

FDebugHelper

(
    FVector Loc,
    float R,
    const FString& Desc
)

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