Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UTextRenderComponent
- USceneComponent::UpdateBounds()
- UPrimitiveComponent::UpdateBounds()
- UTextRenderComponent::UpdateBounds()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/TextRenderComponent.h |
| Include | #include "Components/TextRenderComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/TextRenderComponent.cpp |
virtual void UpdateBounds()
Remarks
Note: this is required because GetRenderMatrix is overridden, and therefore the updated world-space bounds must be based on that (not the component transform)