Navigation
API > API/Plugins > API/Plugins/NaniteDisplacedMeshEditor > API/Plugins/NaniteDisplacedMeshEditor/UGeneratedNanite-
Description
Tell the system to track for change to the dependencies of the actor. The system will invoke a callback after a change to any asset that this actor has a dependency.
| Name | UpdateActorDependencies |
| Type | function |
| Header File | /Engine/Plugins/Experimental/NaniteDisplacedMesh/Source/NaniteDisplacedMeshEditor/Public/GeneratedNaniteDisplacedMeshEditorSubsystem.h |
| Include Path | #include "GeneratedNaniteDisplacedMeshEditorSubsystem.h" |
| Source | /Engine/Plugins/Experimental/NaniteDisplacedMesh/Source/NaniteDisplacedMeshEditor/Private/GeneratedNaniteDisplacedMeshEditorSubsystem.cpp |
void UpdateActorDependencies
(
AActor * Actor,
TArray < TObjectKey < UObject > > && Dependencies
)