Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > UDecalComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
- UActorComponent::SendRenderTransform_Concurrent()
- UDecalComponent::SendRenderTransform_Concurrent()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/DecalComponent.h |
Include | #include "Components/DecalComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/DecalComponent.cpp |
virtual void SendRenderTransform_Concurrent&40;&41;
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)