Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPrimitiveSceneProxy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include | #include "PrimitiveSceneProxy.h" |
virtual void ApplyViewDependentMeshArguments
(
const FSceneView & View,
FMeshBatch & ViewDependentMeshBatch
) const
Remarks
Gives the primitive an opportunity to override MeshBatch arguments for a specific View Only called for a MeshBatch with a bViewDependentArguments property set
Parameters
| Name | Description |
|---|---|
| View | the view to override for |
| ViewDependentMeshBatch | view dependent mesh copy (does not affect a cached FMeshBatch) |