Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPrimitiveComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
bool IsTemporarilyHiddenInEditor
(
const bool bIncludeParent
) const
Remarks
Returns whether or not this component was explicitly hidden in the editor for the duration of the current editor session
Parameters
| Name | Description |
|---|---|
| bIncludeParent | Whether to recurse up actor hierarchy or not |