MetaPlatformSDK_AssetFileDeleteResult
Inherits: RefCounted
Represents the result of deleting an asset file.
Description
Represents the result of deleting an asset file.
Properties
int |
|
|
String |
|
|
bool |
|
Property Descriptions
int asset_id = 0
int get_asset_id ( )
ID of the asset file.
String filepath = ""
String get_filepath ( )
File path of the asset file.
bool success = false
bool get_success ( )
Whether the asset file deletion was successful.