Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UStaticMeshComponent
- UPrimitiveComponent::IsShown()
- UStaticMeshComponent::IsShown()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h |
| Include | #include "Components/StaticMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp |
virtual bool IsShown
(
const FEngineShowFlags & ShowFlags
) const
Remarks
Would this primitive be shown with these rendering flags.
@Note: Currently this only implemented properly for the editor selectable primitives.