Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FComponentAssetBrokerage
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ComponentAssetBroker.h |
| Include | #include "ComponentAssetBroker.h" |
Syntax
static TMap < TSubclassOf < UActorComponent >, TSharedPtr < IComponentAssetBroker > > ComponentToBrokerMap;
Remarks
Map from component type to the broker for that type.