EVisibilityTrackAction

This track implements support for setting or toggling the visibility of the associated actorVisibility track actions

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVisibility.h

Include

#include "Matinee/InterpTrackVisibility.h"

Syntax

enum EVisibilityTrackAction
{
    EVTA_Hide,
    EVTA_Show,
    EVTA_Toggle,
    EVTA_MAX,
}

Values

Name

Description

EVTA_Hide

Hides the object

EVTA_Show

Shows the object

EVTA_Toggle

Toggles visibility of the object

EVTA_MAX

Remarks

This track implements support for setting or toggling the visibility of the associated actorVisibility track actions

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss