UInstancedStaticMeshComponent::SetCullDistances

Sets the fading start and culling end distances for this component.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h

Include

#include "Components/InstancedStaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp

Syntax

void SetCullDistances
(
    int32 StartCullDistance,
    int32 EndCullDistance
)

Remarks

Sets the fading start and culling end distances for this component.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss