Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaPlayableLibrary
Description
Sets the hidden state of all primitives under this playable. Hidden primitives will not be rendered.
This only works if current level is managed by a playable (i.e. in a rundown or playback graph).
| Name | SetPlayableHidden |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableLibrary.h |
| Include Path | #include "Playable/AvaPlayableLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Playable/AvaPlayableLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Motion Design|Playable",
Meta=(WorldContext="InWorldContextObject"))
static bool SetPlayableHidden
(
const UObject * InWorldContextObject,
bool bInShouldBeHidden
)
true if the value was set, false otherwise (if not managed by a playable).