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