FAutoCompleteNode

Node for storing an auto-complete tree based on each char in the command.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Console.h

Include

#include "Engine/Console.h"

Syntax

struct FAutoCompleteNode

Remarks

Node for storing an auto-complete tree based on each char in the command.

Variables

Name Description

Public variable

TArray< int32 >

 

AutoCompleteListIndices

Indices into AutoCompleteList for commands that match to this level

Public variable

TArray< FAutoCo...

 

ChildNodes

Children for further matching

Public variable

int32

 

IndexChar

Char for node in the tree

Constructors

Name Description

Public function

FAutoCompleteNode()

Public function

FAutoCompleteNode

(
    int32 NewChar
)

Destructors

Name Description

Public function

~FAutoCompleteNode()

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