UFuncTestRenderingComponent::CalcBounds

Calculate the bounds of the component. Default behavior is a bounding box/sphere of zero size.

Unreal Engine C++ API Reference > Developer > FunctionalTesting > UFuncTestRenderingComponent

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/FuncTestRenderingComponent.h
Include #include "FuncTestRenderingComponent.h"
Source /Engine/Source/Developer/FunctionalTesting/Private/FuncTestRenderingComponent.cpp
virtual FBoxSphereBounds CalcBounds
(
    const FTransform & LocalToWorld
) const

Remarks

Calculate the bounds of the component. Default behavior is a bounding box/sphere of zero size.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library