Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:StreamDirectoryNode instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> StreamBase >> StreamDirectoryNode (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddChild
- 1.2 AddContent
- 1.3 ChangeDirectory
- 1.4 Clear
- 1.5 Collapse
- 1.6 Cost
- 1.7 CreateChild
- 1.8 Expand
- 1.9 ExpandPath
- 1.10 FindChild
- 1.11 FindChildByPath
- 1.12 FindChildIndex
- 1.13 FindFileIndex
- 1.14 FindVisibleNode
- 1.15 FindVisibleNodeIndex
- 1.16 GetIndent
- 1.17 GetName
- 1.18 GetNodePrefix
- 1.19 GetPath
- 1.20 HandleDebugExec
- 1.21 HasChildren
- 1.22 Initialized
- 1.23 InitializeNode
- 1.24 IsEmpty
- 1.25 IsOpen
- 1.26 NodeText
- 1.27 RefreshNodeContents
- 1.28 RemoveChild
- 1.29 RemoveChildAt
- 1.30 RemoveContent
- 1.31 RemoveContentAt
- 1.32 SetName
- 1.33 SetParent
- 1.34 SetPath
- 1.35 Toggle
- 1.36 UpdateCost
- 1.37 Valid
- 1.38 ValidFile
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Instance functions
AddChild
function StreamDirectoryNode AddChild (string ChildName)
AddContent
ChangeDirectory
function bool ChangeDirectory (string Path, out StreamDirectoryNode Node, optional bool bRefreshContents)
Clear
function Clear (optional bool bPropagate)
Collapse
function Collapse (optional bool bFullUpdate)
Cost
function int Cost ()
CreateChild
protected function StreamDirectoryNode CreateChild (string ChildName)
Expand
function Expand (optional bool bFullUpdate)
ExpandPath
FindChild
FindChildByPath
function StreamDirectoryNode FindChildByPath (out string Path)
FindChildIndex
FindFileIndex
FindVisibleNode
function StreamDirectoryNode FindVisibleNode (out int idx)
FindVisibleNodeIndex
GetIndent
function string GetIndent ()
GetName
function string GetName ()
GetNodePrefix
GetPath
function string GetPath ()
HandleDebugExec
Overrides: StreamBase.HandleDebugExec
HasChildren
function bool HasChildren ()
Initialized
function bool Initialized ()
InitializeNode
function InitializeNode ()
IsEmpty
function bool IsEmpty ()
IsOpen
function bool IsOpen ()
NodeText
RefreshNodeContents
function RefreshNodeContents ()
RemoveChild
function bool RemoveChild (StreamDirectoryNode Child)
RemoveChildAt
RemoveContent
RemoveContentAt
SetName
SetParent
function bool SetParent (StreamDirectoryNode InParent)
SetPath
Toggle
function Toggle ()
UpdateCost
function UpdateCost (optional bool bFullUpdate)