Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UWidgetInteractionComponent
- UActorComponent::Activate()
- UWidgetInteractionComponent::Activate()
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/WidgetInteractionComponent.h |
| Include | #include "Components/WidgetInteractionComponent.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/WidgetInteractionComponent.cpp |
virtual void Activate
&40;
bool bReset
&41;
Remarks
Activates the SceneComponent, should be overridden by native child classes.
Parameters
| Name | Description |
|---|---|
| bReset | Whether the activation should happen even if ShouldActivate returns false. |