Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPrimitiveSceneProxy
- FPrimitiveSceneProxy::ApplyViewDependentMeshArguments()
- FLandscapeComponentSceneProxy::ApplyViewDependentMeshArguments()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include | #include "PrimitiveSceneProxy.h" |
virtual void ApplyViewDependentMeshArguments
&40;
const FSceneView & View,
FMeshBatch & ViewDependentMeshBatch
&41; 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) |