Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPrimitiveSceneProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateInstances_RenderThread
(
FRHICommandListBase& RHICmdList, |
PrimitiveSceneProxy.h | ||
virtual void UpdateInstances_RenderThread
(
FRHICommandListBase& RHICmdList, |
Called on the render thread for a proxy that has an instance data update, the buffers are updated asynchronously so it is unclear what this should do, except update legacy data if needed. | PrimitiveSceneProxy.h |
UpdateInstances_RenderThread(FRHICommandListBase &, const FBoxSphereBounds &, const FBoxSphereBounds &)
| Name | UpdateInstances_RenderThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include Path | #include "PrimitiveSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp |
virtual void UpdateInstances_RenderThread
(
FRHICommandListBase & RHICmdList,
const FBoxSphereBounds & InBounds,
const FBoxSphereBounds & InLocalBounds
)
UpdateInstances_RenderThread(FRHICommandListBase &, const FBoxSphereBounds &, const FBoxSphereBounds &, const FBoxSphereBounds &)
Description
Called on the render thread for a proxy that has an instance data update, the buffers are updated asynchronously so it is unclear what this should do, except update legacy data if needed.
| Name | UpdateInstances_RenderThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include Path | #include "PrimitiveSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp |
virtual void UpdateInstances_RenderThread
(
FRHICommandListBase & RHICmdList,
const FBoxSphereBounds & InBounds,
const FBoxSphereBounds & InLocalBounds,
const FBoxSphereBounds & InStaticMeshBounds
)
Parameters
| Name | Remarks |
|---|---|
| InBounds | Primitive world space bounds. |
| InLocalBounds | Primitive local space bounds. |
| InStaticMeshBounds | Bounds of the primitive mesh instance. |