Navigation
API > API/Plugins > API/Plugins/USDTests > API/Plugins/USDTests/USDTestsBlueprintLibrary
Description
Helps test the effects of blueprint recompilation on the spawned actors and assets when a stage is opened. Returns whether it compiled successfully or not.
| Name | RecompileBlueprintStageActor |
| Type | function |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/USDTests/Public/USDTestsBlueprintLibrary.h |
| Include Path | #include "USDTestsBlueprintLibrary.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/USDTests/Private/USDTestsBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Blueprint")
static bool RecompileBlueprintStageActor
(
AUsdStageActor * BlueprintDerivedStageActor
)