Navigation
API > API/Plugins > API/Plugins/PointCloud > API/Plugins/PointCloud/UPointCloudComponent
- UPrimitiveComponent::GetRenderMatrix()
- UPointCloudComponent::GetRenderMatrix()
References
| Module | PointCloud |
| Header | /Engine/Plugins/Experimental/AR/PointCloud/Source/PointCloud/Public/PointCloudComponent.h |
| Include | #include "PointCloudComponent.h" |
| Source | /Engine/Plugins/Experimental/AR/PointCloud/Source/PointCloud/Private/PointCloudComponent.cpp |
virtual FMatrix GetRenderMatrix&40;&41; const
Remarks
Returns the matrix that should be used to render this component. Allows component class to perform graphical distortion to the component not supported by an FTransform NOTE: When overriding this method to alter the transform used for rendering it is typically neccessary to also implement USceneComponent::UpdateBounds. Otherwise the Local bounds will not match the world space bounds, causing incorrect culling.