UPlanarReflectionComponent::SendRenderTransform_Concurrent

Called to send a transform update for this component to the rendering thread

Windows
MacOS
Linux

Warnings

  • This is called concurrently on multiple threads (but never the same component concurrently)

Override Hierarchy

UActorComponent::SendRenderTransform_Concurrent()

UPlanarReflectionComponent::SendRenderTransform_Concurrent()

References

Module

Engine

Header

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

Include

#include "Components/PlanarReflectionComponent.h"

Source

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

Syntax

virtual void SendRenderTransform_Concurrent()

Remarks

Called to send a transform update for this component to the rendering thread

This is called concurrently on multiple threads (but never the same component concurrently)

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