USimpleConstructionScript::GetAllNodesConst

Return immutable references to nodes in tree as a flat list

Windows
MacOS
Linux

Deprecated

  • GetAllNodesConst is being removed as it provides no unique functionality that GetAllNodes cannot be used for.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SimpleConstructionScript.h

Include

#include "Engine/SimpleConstructionScript.h"

Syntax

TArray< const USCS_Node * > GetAllNodesConst() const

Remarks

Return immutable references to nodes in tree as a flat list

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