FEnvQueryItem

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "EnvironmentQuery/EnvQueryTypes.h"

Syntax

struct FEnvQueryItem

Variables

Name Description

Public variable

uint32: 1

 

bIsDiscarded

Has this item been discarded?

Public variable

int32: 31

 

DataOffset

Raw data offset

Public variable

float

 

Score

Total score of item

Constructors

Name Description

Public function

FEnvQueryItem()

Public function

FEnvQueryItem

(
    int32 InOffset
)

Functions

Name Description

Public function

void

 

Discard()

Public function Const

bool

 

IsValid()

Operators

Name Description

Public function Const

bool

 

operator<

(
    const FEnvQueryItem& Other
)

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