Navigation
API > API/Plugins > API/Plugins/ExternalSource
References
| Module | ExternalSource |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Public/ExternalSource.h |
| Include | #include "ExternalSource.h" |
Syntax
struct FExternalSourceCapabilities
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSupportAsynchronousLoading | FExternalSource::AsyncLoad() should only be called when this capability is enabled. | |
| bool | bSupportSynchronousLoading | FExternalSource::Load() should only be called when this capability is enabled. |