UModelComponent::ApplyTempElements

Apply all the elements that we were putting into the TempBSPElements map to the Elements arrays in all components

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ModelComponent.h

Include

#include "Components/ModelComponent.h"

Source

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

Syntax

static void ApplyTempElements
(
    bool bLightingWasSuccessful
)

Remarks

Apply all the elements that we were putting into the TempBSPElements map to the Elements arrays in all components

Parameters

Parameter

Description

bLightingWasSuccessful

If true, the lighting should be applied, otherwise, the temp lighting should be cleaned up

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