Navigation
API > API/Plugins > API/Plugins/USDTests > API/Plugins/USDTests/USDTestsBlueprintLibrary
Description
Intentionally dirties the UBlueprint for the given stage actor's generated class. This is useful for testing how the stage actor behaves when going into PIE with a dirty blueprint, as that usually triggers a recompile at the very sensitive PIE transition
| Name | DirtyStageActorBlueprint |
| 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 void DirtyStageActorBlueprint
(
AUsdStageActor * BlueprintDerivedStageActor
)