Navigation
API > API/Plugins > API/Plugins/USDStage > API/Plugins/USDStage/AUsdStageActor
Description
If IsolatedStageRootLayer is the identifier of one of the sublayers of the currently opened stage, this will enter isolated mode by creating a new stage with IsolatedStageRootLayer as its root, and displaying that. Provide an empty string to leave isolated mode.
| Name | SetIsolatedRootLayer |
| Type | function |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/USDStage/Public/USDStageActor.h |
| Include Path | #include "USDStageActor.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/USDStage/Private/USDStageActor.cpp |
UFUNCTION (BlueprintCallable, Category="USD", Meta=(CallInEditor="true"))
void SetIsolatedRootLayer
(
const FString & IsolatedStageRootLayer
)