UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutoCompleteNode Struct Reference

#include <Console.h>

Public Member Functions

 FAutoCompleteNode ()
 
 FAutoCompleteNode (int32 NewChar)
 
 ~FAutoCompleteNode ()
 

Public Attributes

int32 IndexChar
 
TArray< int32AutoCompleteListIndices
 
TArray< FAutoCompleteNode * > ChildNodes
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FAutoCompleteNode() [1/2]

FAutoCompleteNode::FAutoCompleteNode ( )
inline

◆ FAutoCompleteNode() [2/2]

FAutoCompleteNode::FAutoCompleteNode ( int32  NewChar)
inline

◆ ~FAutoCompleteNode()

FAutoCompleteNode::~FAutoCompleteNode ( )
inline

Member Data Documentation

◆ AutoCompleteListIndices

TArray<int32> FAutoCompleteNode::AutoCompleteListIndices

Indices into AutoCompleteList for commands that match to this level

◆ ChildNodes

TArray<FAutoCompleteNode*> FAutoCompleteNode::ChildNodes

Children for further matching

◆ IndexChar

int32 FAutoCompleteNode::IndexChar

Char for node in the tree


The documentation for this struct was generated from the following file: