UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::FSimModuleTree::FSimModuleNode Struct Reference

#include <SimModuleTree.h>

Public Member Functions

 FSimModuleNode ()
 
bool IsValid () const
 

Public Attributes

ISimulationModuleBaseSimModule
 
int Parent
 
TSet< int > Children
 

Static Public Attributes

static const int INVALID_IDX = -1
 

Constructor & Destructor Documentation

◆ FSimModuleNode()

Chaos::FSimModuleTree::FSimModuleNode::FSimModuleNode ( )
inline

Member Function Documentation

◆ IsValid()

bool Chaos::FSimModuleTree::FSimModuleNode::IsValid ( ) const
inline

Member Data Documentation

◆ Children

TSet<int> Chaos::FSimModuleTree::FSimModuleNode::Children

◆ INVALID_IDX

const int Chaos::FSimModuleTree::FSimModuleNode::INVALID_IDX = -1
static

◆ Parent

int Chaos::FSimModuleTree::FSimModuleNode::Parent

◆ SimModule

ISimulationModuleBase* Chaos::FSimModuleTree::FSimModuleNode::SimModule

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