Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneInterface > API/Runtime/Engine/FSceneInterface/UpdatePrimitiveInstances
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include | #include "SceneInterface.h" |
void UpdatePrimitiveInstances
(
UInstancedStaticMeshComponent * Primitive
)
Remarks
Updates all the instances that have been updated through the InstanceUpdateCmdBuffer on the UPrimitiveComponent.
Parameters
| Name | Description |
|---|---|
| Primitive | primitive component to update |