Activation

Activation

Windows
MacOS
Linux
On this page

Actions

Activate

Activates the SceneComponent, should be overridden by native child classes.

Target is Actor Component

Deactivate

Deactivates the SceneComponent.

Target is Actor Component

Is Active

Returns whether the component is active or not

Target is Actor Component

Is in Laptop Mode

Check whether a convertible laptop is laptop mode.

Target is Platform Events Component

Is in Tablet Mode

Check whether a convertible laptop is laptop mode.

Target is Platform Events Component

On Component Activated

Called when the component has been activated, with parameter indicating if it was from a reset

On Component Deactivated

Called when the component has been deactivated

Set Active

Sets whether the component is active or not

Target is Actor Component

Set Auto Activate

Sets whether the component should be auto activate or not. Only safe during construction scripts.

Target is Actor Component

Supports Convertible Laptops

Check whether the platform supports convertible laptops.

Note: This does not necessarily mean that the platform is a convertible laptop. For example, convertible laptops running Windows 7 or older will return false, and regular laptops running Windows 8 or newer will return true.

Target is Platform Events Component

Toggle Active

Toggles the active state of the component

Target is Actor 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