Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/IBlueprintAssetHandler
Deprecated * Blueprint Nativization has been removed as a supported feature. This API will eventually be removed.
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintAssetHandler.h |
| Include | #include "BlueprintAssetHandler.h" |
virtual bool SupportsNativization
&40;
const UObject &42; InAsset,
const UBlueprint &42; InBlueprint,
FText &42; OutReason
&41; const
Remarks
Check whether the specified asset supports nativization true if the specified asset supports nativization, false otherwise
Parameters
| Name | Description |
|---|---|
| InAsset | The asset that is being queired for nativization support |
| InBlueprint | The blueprint that is contained within InAsset |
| OutReason | (Optional) An optional failure text to set |