UReflectionCaptureComponent::InvalidateLightingCacheDetailed

Called when this actor component has moved, allowing it to discard statically cached lighting information.

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::InvalidateLightingCacheDetailed()

UReflectionCaptureComponent::InvalidateLightingCacheDetailed()

References

Module

Engine

Header

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

Include

#include "Components/ReflectionCaptureComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/ReflectionCaptureComponent.cpp

Syntax

virtual void InvalidateLightingCacheDetailed
(
    bool bInvalidateBuildEnqueuedLighting,
    bool bTranslationOnly
)

Remarks

Called when this actor component has moved, allowing it to discard statically cached lighting information.

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