New Asset Instances
Initializing a new instance of an asset from the Content browser
asset_path = "/Game/some/asset/path"
asset = unreal.load_asset(asset_path)
asset_instance = unreal.new_object(asset.generated_class())Last updated
Initializing a new instance of an asset from the Content browser
asset_path = "/Game/some/asset/path"
asset = unreal.load_asset(asset_path)
asset_instance = unreal.new_object(asset.generated_class())Last updated