Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
Description
Sets the value of bIsActive without causing other side effects to this instance.
Activate, Deactivate, and SetActive are preferred in most cases because they respect virtual behavior.
| Name | SetActiveFlag |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp |
void SetActiveFlag
(
const bool bNewIsActive
)