Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
Inheritance Hierarchy
- IAssetDependencyGatherer
- FExternalObjectAndActorDependencyGatherer
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/ExternalObjectAndActorDependencyGatherer.h |
Include | #include "Engine/ExternalObjectAndActorDependencyGatherer.h" |
Syntax
class FExternalObjectAndActorDependencyGatherer : public IAssetDependencyGatherer
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Overridden from IAssetDependencyGatherer
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | GatherDependencies
(
const FAssetData& AssetData, |
Return the extra dependencies to add to the given AssetData, which is guaranteed to have ClassType equal to the class for which the Gatherer was registered. |