![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Console.h>
Public Member Functions | |
| FAutoCompleteNode () | |
| FAutoCompleteNode (int32 NewChar) | |
| ~FAutoCompleteNode () | |
Public Attributes | |
| int32 | IndexChar |
| TArray< int32 > | AutoCompleteListIndices |
| TArray< FAutoCompleteNode * > | ChildNodes |
Node for storing an auto-complete tree based on each char in the command.
|
inline |
|
inline |
|
inline |
Indices into AutoCompleteList for commands that match to this level
| TArray<FAutoCompleteNode*> FAutoCompleteNode::ChildNodes |
Children for further matching
| int32 FAutoCompleteNode::IndexChar |
Char for node in the tree