UModel::GroupAllNodes

Groups all nodes in the model into NodeGroups (cached in the NodeGroups object)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Model.h

Include

#include "Model.h"

Source

/Engine/Source/Runtime/Engine/Private/ModelLight.cpp

Syntax

void GroupAllNodes
(
    ULevel * Level,
    const TArray< class ULightComponentBase * > & Lights
)

Remarks

Groups all nodes in the model into NodeGroups (cached in the NodeGroups object)

Parameters

Parameter

Description

Level

The level for this model

Lights

The possible lights that will be cached in the NodeGroups

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